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

    Hi, how can I change the text size for Header1 only in mobile view
    – 480px and 767px AND
    – smaller than 479px – eg: Smartphone Portrait?
    Thanks Dietmar

    #1021932

    Hey pumpmakers,

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

    @media only screen and (min-width: 480px) and (max-width: 767px) {
      h1 {
        font-size:20px !important;
      }
    }
    
    @media only screen and (max-width: 479px) {
      h1 {
        font-size:16px !important;
      }
    }

    Best regards,
    Rikard

    #1022088

    Great – big thank you Rikard – it works perfekt!!

    #1022348

    Hi pumpmakers,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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