This topic has 5 replies, 2 voices, and was last updated 7 years ago ago by Amzy Leel
Is there a way to change h1-h6 individually? Or just Headings and Body? I can’t find it. And I tried to search the forum but the search is strange. Or I just don’t know how to use it.
Hi,
check 8theme options > typography > page
Regards,
Yes, I see that. But my question is how to change h1 through h6 individually. The page you directed me to simply has choices for Body and Heading Font. But there are 6 different heading types. Thanks.
I would really like a way to do deal with this. On the typography page there is only the option to change the Headings. But there are 6 headings and I want them all to be different. Can you please help? Thanks you.
Hi,
Add this css code in 8theme options > styling > custom css > global custom css
h1 { font-size: 36px; line-height: 58px; font-family: Lato;}
h2 { font-size: 30px; line-height: 58px; font-family: Lato;}
h3 { font-size: 25px; line-height: 58px; font-family: Lato;}
h4 { font-size: 20px; line-height: 58px; font-family: Lato;}
h5 { font-size: 15px; line-height: 58px; font-family: Lato;}
h6 { font-size: 10px; line-height: 58px; font-family: Lato;}
change the values as you want
Tagged: fonts, heading, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up