- This topic has 3 replies, 2 voices, and was last updated 4 weeks, 1 day ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
The font size on the H2 headings are GIGANTIC.
They are much bigger than the font size for the H1 headings.
Is there any way to make the H2 headings font size smaller?
I tried in the Appearance>Customizer>Typography to change the size but I could only change the H1 heading.
I am not very good at technical stuff.
I have another blog with the Ashe Pro theme and it doesn’t have this problem.
Hi Anne,
At first, thank you for choosing our theme and service.
Please send us your website URL where the issue appears and we will create a custom CSS snippet for you, Ashe theme unfortunately doesn’t have the option to change the font size only for h2 tags separately, but we can fix that issue using custom CSS snippets as we mentioend.
Kind Regards
Hi Anne,
Please navigate to Dashboard > Appearance > Customize > Additional CSS and add the CSS snippet below:
h2 {
font-size: 20px !important;
}
In this snippet change only the number 20 per your needs, make its size as you prefer.
Kind Regards