caissg
Member
Posted 3 months ago #
I am using the latest version 1.1.1 of Wedding Bells Theme. I recently upgraded and I have noticed that my text in pages and posts is no longer "bolded" when rendered. I tried three different browsers, Mozilla, Chrome and IE8, and in all three browsers, the text renders but is not "bolded". When I went back and checked the text in the editor, it is showing as bolded. I can see it on the screen.
Also before I upgraded to this latest version of WB 1.1.1, the text was being rendered as bolded.
Please help.
thanks in advance
http://wordpress.org/extend/themes/wedding-bells/
caissg
Member
Posted 3 months ago #
http://www.caissg.org
Look for word 'victims' on the page and when you do view source, you will notice it is bolded in the code but is not being rendered that way.
thanks!
Try adding:
strong {font-weight:bold;}
to the bottom of your theme's style.css file.
[EDITED]
caissg
Member
Posted 3 months ago #
awesome...that did the trick:)
thanks for the prompt response.
caissg
Member
Posted 3 months ago #
just another comment.
For italics to work, I was having the same issue. I added the following in the styles.css and it works fine now.
em {font-style:italic;}
lainey72
Member
Posted 3 weeks ago #
Hi I've tried the following
"Try adding:
strong {font-weight:bold;}
to the bottom of your theme's style.css file"
but nothing happens - unless I'm not doing it right.
Here is my site
http://www.always-foreverweddings.co.uk
I'm trying to get "Our services includes" in bold plus information on other pages but have not published them yet until its right
Please help