Reply To: Bold Not Working

Homepage Community Forums Legacy Theme Support Bold Not Working Reply To: Bold Not Working

#2492
Wes
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;
    }