Okay
  Public Ticket #1264961
Adapting font that could stay responsive
Closed

Comments

  • Hélène started the conversation

    How to have a bigger H1 tag on my title that could stay responsive? When I change it with CSS (ex: font-size:64px;) it stays huge all the time, even on mobile (PS: I don't want to change it for ALL H1 titles, just the one of the landing page)

  •  2,744
    Andrew replied

    Hi Helene, 

    Thank you for contacting us.

    Please add the following code to make the h1 font size on home page bigger:

    .home h1 {
        font-size: 64px !important;
    }
    

    Hope this helps.

    Best regards.