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.
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.