• Hi,

    Text in Hero is OK on desktop mode, but too big on mobile device

    How can I reduce it by using additional CCS or other

    Thanks the community ; )

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @sacha06

    You can use this custom CSS code in Appearance -> Customize -> Additional CSS to reduce the font size of the hero text in the mobile view

    @media (max-width: 767px) {
      .hero__content h1 {
        font-size: 20px;
      }
      
      .hero__content h3 {
        font-size: 15px;
      }
    }

    Regards.

    Thread Starter sacha06

    (@sacha06)

    Thank you so much for your help, it works well !!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘.. Hero section text size on mobile’ is closed to new replies.