Bold Feature Headline

Discussion in 'Infoway WordPress Theme' started by drewcoster, Mar 18, 2013.

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

    drewcoster New Member

    Joined:
    Mar 6, 2013
    Messages:
    18
    Likes Received:
    0
    Hi
    Is there a way of changing the color of the Feature headlines and making them bold?

    Thanks,

    Drew
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feturebox .featurebox_inner .featurebox_desc h2 a {
    font-weight: bold;
    color: your color value;
    }
     
  3. drewcoster

    drewcoster New Member

    Joined:
    Mar 6, 2013
    Messages:
    18
    Likes Received:
    0
    Brilliant, thanks.
     
Thread Status:
Not open for further replies.

Share This Page