Archived topic
Color for Headings
1 reply · Started by _blank on December 17, 2016
Viewing posts 1–2 of 2
Hi Tom,
I just noticed that the theme does not give me an option to add color pass Heading 3 (H3) Color.
How can I add color to Heading 4 and 5?
Thanks!
Tammy
With some very simple CSS:
h4 {
color: #222222;
}
h5 {
color: #222222;
}
Hope this helps :)
This archived topic is closed to new replies.