- This topic has 1 reply, 2 voices, and was last updated 3 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi,
How can I change the size of H2, H3 and H4 headers? In the customizer I can change the header size, but there is no option to change specifically the size of the H2 of H3 etc. header. Right now I find the difference between the H2 and H3 header to small. I like the H3 header to be smaller.
Hi Chantal,
At first, thank you for choosing our theme and service.
There is no option to change h tag sizes from the theme options, but we can give you custom CSS snippets to add changes.
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
h3 {
font-size: 20px !important;
}
change in this snippet only numbers meaning to your preferred.
Kind Regards