Hi,
I like to change the font size of the blog post title. Currently, it’s too small.
I added the following in global CSS. But didn’t notice any difference. Please help. Thank you!
.single-post h1.entry-title {font-size: 200% !important;
}
Hi,
I like to change the font size of the blog post title. Currently, it’s too small.
I added the following in global CSS. But didn’t notice any difference. Please help. Thank you!
.single-post h1.entry-title {font-size: 200% !important;
}
Hello Ko-Ching,
Thanks for writing in!
Your code is valid and correct.
.single-post h1.entry-title {
font-size: 200% !important;
}
It should display a bigger font.
I noticed you have installed a caching plugin WP Fastest Cache, please clear your plugin cache and regenerate the minified JS/CSS files before testing your site. This can cause the changes to not take place on the front end. It will eventually show up when the cache regenerates, but it’s not ideal if you’re looking to see your changes immediately. Caching plugins are best to turn on only when you’ve finished building the site.
Kindly let us know how it goes.
Thank you, I saw the effect of CSS after deactivating the plugin!
Glad that we could be of help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.