Comments Nello270 started the conversationMarch 27, 2022 at 2:04pmI'm working out the last details of my homepage design... can I make the slogan header font size smaller in mobile views? It looks good in desktop and tablet but seems too big on smartphones. Thanks :) 2,610PenciDesign repliedMarch 27, 2022 at 2:12pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 767px) { .header-slogan .header-slogan-text { font-size: 12px; }}Change 12px with the font size you want to show on the mobile.Regards,PenciDesign.Nello270 repliedMarch 27, 2022 at 3:57pmThat works, thank you :) Sign in to reply ...
I'm working out the last details of my homepage design... can I make the slogan header font size smaller in mobile views? It looks good in desktop and tablet but seems too big on smartphones.
Thanks :)
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change 12px with the font size you want to show on the mobile.
Regards,
PenciDesign.
That works, thank you :)