Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1325762

    Hi there,

    Is there a way to make the mobile H1 text bold?

    #1325800

    Hey Andrew,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
      h1 {
        font-weight: bold !important;
    }
    }

    Best regards,
    Rikard

    #1325955

    Thank you for your help. Unfortunately, that doesn’t seem to have fixed it. Here is a screenshot so you can the CSS box since I’ve made other edits there as well: https://drive.google.com/file/d/1TdhVZ4BpVI1zCcGqQQBgRTGabxlMtNh3/view?usp=sharing

    #1325992

    Hi,

    Where can we see the actual problem on your site?

    Best regards,
    Rikard

    #1326239

    Sure thing!

    #1326244

    Hi,
    Thanks for the screenshot and link to your site, I see that you have two text block sections, one for desktop that has a H1, and one for mobile that has a H3:
    2021-10-24_003.jpg
    Please try changing the H3 to H1.

    Best regards,
    Mike

    #1326245

    That made the text bigger but did not make it bold.

    #1326249

    Hi,
    Thanks for the feedback, I see that you are using montserrat for the font and the browser console says the font weight is 700, which is bold. So try downloading the montserrat font here,
    2021-10-24_006.jpg
    and import it at Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager you should see this result:
    2021-10-24_004.jpg
    then choose this font at Enfold Theme Options ▸ General Styling ▸ Heading Font it will be at the bottom of your font list:
    2021-10-24_005.jpg
    then save your settings and clear your browser and plugin caches such as siteground-optimizer, and check.

    Best regards,
    Mike

    #1326261

    That worked, thank you!

    #1326283

    Hi peluso91,

    We’re glad that Mike could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Can mobile H1 text be bold?’ is closed to new replies.