• Resolved axellepb

    (@axellepb)


    In the WP back office I sometimes put text in bold, but when I visit the site as a normal visitor (front office), nothing is displayed in bold. Do you have any advice for me on how to fix the problem?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Cele!

    Could you show me an example where the bold text isn’t working?

    When I visit the site, I can see bold text. For instance, I visited this article and I can see bold text in a few places: https://jmp.sh/rHNsbgRJ

    Thread Starter axellepb

    (@axellepb)

    Thank you very much for your response.

    Here is an example where the bold text isn’t working: https://we.tl/t-OmflHK6I2o

    I am using Firefox. When I visit my website with Chrome, or on my phone, I can see the bold. So maybe the problem isn’t coming from the Cele theme.

    Theme Author Ben Sibley

    (@bensibley)

    Ah okay that is helpful. Thank you!

    The following CSS will ensure that your text is bold in Firefox too:

    strong {
      font-weight: 700;
    }

    Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter axellepb

    (@axellepb)

    And it works! Thank you ??

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome! Stay in touch if you need anything else and I’ll be happy to help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Text does not appear in bold’ is closed to new replies.