[Resolved] How to set the font weight for bold or strong?

Home Forums Support [Resolved] How to set the font weight for bold or strong?

Home Forums Support How to set the font weight for bold or strong?

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

    How do I set the font weight for bold or strong?

    I want to pick a lighter weight than the default as it’s dark.

    I was able to customize everything inside the Typography module but I can’t seem to find how to do this.

    Thanks.

    #648045
    Leo
    Staff
    Customer Support

    Hi there,

    Which element are you trying to change?

    Most of your font are getting the style from Elementor so GP’s customizer won’t work.

    Let me know ๐Ÿ™‚

    #648073
    Adrian

    The entire example page has the style from GP and I used GP Typography for 95% of the fonts across the whole site.

    I am trying to fix the “strong” and “bold” elements across the entire site when used inside body text.

    Is there any way to quickly fix with css? I think is a good idea to have a setting for that inside the GP Typography module. As I set the weight for headline fonts would make sense to set it for the bold text too, especially with fonts that have so many weights.

    Thanks.

    #648077
    Leo
    Staff
    Customer Support

    Ahh I see what you mean.

    Try this CSS:

    strong {
        font-weight: 500;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #648095
    Adrian

    Thanks Leo.

    That fixed it.

    #648132
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.