Edit H1, H2, H3 etc. Header Typography & Style
-
In Theme Option typography, I don’t see option for editing style, colour, font etc of H1, H2, H3 etc.? Where can header styles be edited, or should we use Css, can you provide example? Thanks.
Hi,
Our typography options are divided into a few groups that help you to keep all headings on the site look more consistent. There are no different option for H1, H2, H3 and other tags. But it can be easily achieved adding the following code snippet to the Custom CSS field in Theme Settings
h1 {
font-size:48px;
color: #258b9d;
}
Regards