Bold Not Working

Homepage Community Forums Legacy Theme Support Bold Not Working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2489
    Sarah
    Customer

      Bold is not working on page text areas. Italic and strike through appear when published but bold does not. Any suggestions? Thank you for your help!!!

       

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

        #2493
        Sarah
        Customer

          Thank you for your quick response!

          #2494
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Bold Not Working’ is closed to new replies.