Home › Community Forums › Legacy Theme Support › Bold Not Working › Reply To: Bold Not Working
January 17, 2013 at 8:40 pm
#2492

Moderator
Some browsers need the “strong” element to be defined in the css, and some don’t. You can add the following code to your css –
strong {
font-weight: bold;
}