What is the CSS code to specify the font size for h2 on a specific page on mobile only?
Hey Tanja,
We would need to see the actual page in order to give you accurate CSS.
Best regards,
Rikard
Ok, here is the information.
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 990px) {
.page-id-8445 h2 {
font-size: 18px;
}
}
Best regards,
Rikard
Thank you!