Feature Heading and Home Page intro fonts

Discussion in 'ColorWay WordPress Theme' started by Brian, Dec 4, 2012.

  1. Brian

    Brian New Member

    Joined:
    Dec 28, 2011
    Messages:
    1
    Likes Received:
    0
    This is driving me nuts. On one of the sites that I'm using the colorway theme on, the Feature Heading and Home Page intro fonts will not remain in boldface. In the original theme, they are in boldface, but as soon as I changed the text, they change to normal fonts. I've even used the <strong> tag, but it still reverts to normal. The site is http://www.brianfoleymagic.com.

    On another site of mine http://www.theamazinggreat.com, that problem doesn't exist. I've use the strong tag successfully. I've used the same coding on each. What gives?

    Thanks for any help you can give me.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    b, strong {
    font-weight: bold!important;
    }

    This will solve your issue.
     

Share This Page