Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

text bold in mobile

  • Where can I set the font-weight on my mobile is gone, can’t I set the font-weight?

    https://postimg.cc/q6XhCvn2

  • Hi there,

    That setting is used to tell GB which font variant to load.
    And that does not have a responsive setting.

    if you want to change the font weight then you would need to:

    1. Add this CSS

    
    @media(max-width: 768px) {
        .has-bold-font-mob {
            font-weight: 900;
        }
    }
    

    2. Select the block and in Advanced > Additional CSS Classes add: has-bold-font-mob

  • I added CSS, but it doesn’t work, can you check it

    https://postimg.cc/bsKMkLhR

  • It’s been overriden by GB’s CSS. change the CSS to:

    @media(max-width: 768px) {
        .has-bold-font-mob {
            font-weight: 900 !important;
        }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.