Colour of Font in Featured Blog Heading

Discussion in 'GoldenEagle WordPress Theme' started by alanmooney, Aug 11, 2013.

Thread Status:
Not open for further replies.
  1. alanmooney

    alanmooney New Member

    Joined:
    Oct 11, 2012
    Messages:
    3
    Likes Received:
    0
    Currently the Featured Section that shows posts from my blog has a specific font type, I would like to change it to a font of my own, but I cant find the place to change in style.css
    Thanks for your help
     
  2. alanmooney

    alanmooney New Member

    Joined:
    Oct 11, 2012
    Messages:
    3
    Likes Received:
    0
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .feature-bottom .feature-blog h2 {
    font-family: symbol;
    color: red;
    }
    Inplace of "symbol" and "red" you can put your font and color respectively.
    This will solve your issue.
     
  4. alanmooney

    alanmooney New Member

    Joined:
    Oct 11, 2012
    Messages:
    3
    Likes Received:
    0
    Awesome! Thanks again:)
     
Thread Status:
Not open for further replies.

Share This Page