Good afternoon. I am a big fan of this theme. However I am having trouble finding how to edit the header colors (h1, h2, h3, ...) for the body of the site. I would like them each to display in a different color than the body font. Could you help me do this? thank you
Header Font Color
2 posts from 2 voices-
Posted 9 months ago #
-
Hi,
To change the colors, you need to add this to your custom.css or Quick CSS under Theme Options > Styling.
h1 { color: #000000; } h2 { color: #cc3300; } h3 { color: #ffcc00; } h4 { color: #454545; } h5 { color: #336699; } h6 { color: #000099; }In some cases you might need to include the !important declaration behind the color value. Like this:
`h2 { color: #cc3300 !important; }
Regards,
MyaPosted 9 months ago #
Reply
You must log in to post.














