Bold font does not work

GK User
Mon Dec 03, 2012 1:40 pm
Hello, using any editor when I highlight the text bold / strong, this is normal, any ideas? thanks
User avatar
Junior Boarder

teitbite
Mon Dec 03, 2012 2:07 pm
Hi

Please show me an example of a page with such problem.
User avatar
Moderator

GK User
Mon Dec 03, 2012 2:24 pm
Hi,
thanks for your answer.
On this page a little bit of text should be bold, but it's completely normal,
thanks.

http://web31.login-33.hoststar.ch/sinex ... -star.html
User avatar
Junior Boarder

teitbite
Tue Dec 04, 2012 12:08 pm
Hi

Ok. CSS normalization script was in the way. Please add this to override.css:

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


Remember that override needs to be enabled in order to use this code.
User avatar
Moderator

GK User
Tue Dec 04, 2012 1:04 pm
You were fantastic!
Thanks for your time, I owe you, thank you!
User avatar
Junior Boarder


cron