Hi,
The option is for general h1 to h4 tags, there could be other class name with other css code styling the elements that you want to change the sizes.
Please post your website URL.
Show me the URL and elements on the page that you want to change the font size.
Thread Starter
omiopi
(@omiopi)
Thanks for your attention to this.
Here’s an example of headings on my site: http://2prepare.me/temporal/water/
I wanted use H1, H2 but they were too big and I haven’t been able to make them smaller. So I’m using H3 and H4 but they are still too big. And I would like to change the size of the page title as well, but not sure I can do that.
Anyway, thanks for your help.
Hi,
Use the following in your Theme Options -> Custom CSS
.entry-content h3 {
font-size: 20px;
}
.entry-content h4 {
font-size: 18px;
}
.page .entry-title {
font-size: 30px !important;
}
You can adjust the px value to your requirement.
Thank you.
You are welcome.
Please mark this topic as resolved.