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

    What is the CSS code to specify the font size for h2 on a specific page on mobile only?

    #1429567

    Hey Tanja,

    We would need to see the actual page in order to give you accurate CSS.

    Best regards,
    Rikard

    #1429584

    Ok, here is the information.

    #1429595

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 990px) {
    .page-id-8445 h2 {
      font-size: 18px; 
    }
    }

    Best regards,
    Rikard

    #1429726

    Thank you!

    #1429742

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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