Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #498242

    Hello,

    I have a problem with the CSS when I use Chrome. The strong or bold tags does not appear as “bold” and I’m not able to solve this problem.

    Can you please help me?

    #498322

    Hey steffard!

    They appear fine – http://imgur.com/a/iQHvx
    There is not a big difference between font weights that is why it is not easily visible. You can add new font weight – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ and make normal text lighter

    Best regards,
    Yigit

    #498332

    Hello Yigit,

    I think it is not the way it should be. In every other browser the difference is immediately visible. I guess it is a problem with the main css.
    I already added this code for new fonts in my child theme functions.php file.

    I need here a better support which solves the issue. I do not want to make the normal text lighter because this will have affect in the whole layout and of course to the other browser which do not have problem to display the strong tags correctly.

    #498340

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    p {
        -webkit-font-smoothing: antialiased;
    }

    Regards,
    Yigit

    #498358

    This advice was good. It works and now the strong tag is visible.

    Thank you for your support.

    #498369

    Hi!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Chrome issue with strong or bold tags’ is closed to new replies.