Archived topic
Smaller fonts on Mobile
3 replies · Started by Sanu Kumar on July 23, 2021
Viewing posts 1–4 of 4
How do I change the H1 font size for my pages (not post) on a Mobile device only.
Here's the reference link: https://www.masteryblogging.com/upgrade-to-stackable-premium/
Hi there,
Try this CSS:
@media (max-width: 768px) {
body.page .page-hero h1 {
font-size: 15px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks Leo
No problem :)
This archived topic is closed to new replies.