Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #933712

    Hello,

    are this settings in the “Advance Styling (Enfold Child)” only for Desktop View. How can i changed the H1 Size for mobile, or is this also changed?
    Screenshot

    Thanks.
    Alex

    • This topic was modified 6 years, 3 months ago by alex_0111.
    #933777

    Hey alex_0111,

    The option isn’t available, if you’re using a Special Heading, you should be able to change it in Screen Options when you edit it. As for the changing the general/global size in your site, you can add this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top h1 {
        font-size: 24px;
      }
    }

    just replace 24px with the size you want to use. Hope it helps.

    Best regards,
    Nikko

    #933786

    Hi Nikko,

    i think it works. Thank you.

    Best regards,
    Alex

    #933901

    Hi,

    I’m glad you got this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘H1 setting (size) for Mobile’ is closed to new replies.