Comments Hélène started the conversationAugust 4, 2017 at 6:53pmHow 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) 3,034Andrew repliedAugust 21, 2017 at 8:16amHi 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. Sign in to reply ...
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)
Hi Helene,
Thank you for contacting us.
Please add the following code to make the h1 font size on home page bigger:
Hope this helps.
Best regards.