Font Size
The topic ‘Font Size’ is closed to new replies.
Need help? Check out our Support site, then
Is there a way to change the font size for the main text over the featured photo on the homepage? I’d like it to be bigger.
The blog I need help with is: safetystoragecom.wpcomstaging.com
Hello,
You can use this custom CSS to increase the size of the title shown in the Featured Content (slideshow) on the Front Page template:
@media (min-width: 500px) {
.featured-content .entry-title {
font-size: 3.2rem;
}
}
Please let me know if you have any additional questions.
Kind regards,
Taras
The topic ‘Font Size’ is closed to new replies.