Hello,
are this settings in the “Advance Styling (Enfold Child)” only for Desktop View. How can i changed the H1 Size for mobile, or is this also changed?
Thanks.
Alex
Hey alex_0111,
The option isn’t available, if you’re using a Special Heading, you should be able to change it in Screen Options when you edit it. As for the changing the general/global size in your site, you can add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top h1 {
font-size: 24px;
}
}
just replace 24px with the size you want to use. Hope it helps.
Best regards,
Nikko
Hi Nikko,
i think it works. Thank you.
Best regards,
Alex
Hi,
I’m glad you got this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon