This topic has 2 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
Hi
I would like to change the font size of my different heading. Heading 4 is actually smaller than Paragraph. Is there a setting in the theme to change it or should I change it with the CSS?
Thanks
Hello,
You can use custom CSS code, for example, add the next code in Theme Options > Theme custom CSS:
h4 {
font-size: 25px;
line-height: 1.4;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up