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

    Hi

    I would like to change the size of de H1 headline to 30 on phone screens, but only those in the color sections at the top of each portfolio page. Is that possible?

    Best regards, Ditte

    #906148

    Hey dittefrandsen,

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

    @media only screen and (max-width: 479px) {
    .single-portfolio #av_section_1 h1.av-special-heading-tag {
      font-size:30px !important;
    }
    }

    Best regards,
    Rikard

    #906236

    Hi Rikard

    It works Perfecto, Thanks so much 😊

    Best regards, Ditte

    #906540

    Hi,

    I’m glad Rikard was able to help. 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 ‘Font size headline small screens’ is closed to new replies.