Tagged: Color, special heading
Hi,
Is there a way to change the default color of Special Headings? It’s either black or the meta color, medium grey and I’d like to customize it.
Thanks,
Lea
Hi,
You can use this CSS, Just change the color to the color you want, and if you selected a heading with another option than H3, change the h3 in the css below to whichever one you selected.
Please add this to /css/custom.css OR to Quick CSS located in Enfold > (Enfold Theme Options) > Styling … the text area at the bottom of the page.
.av-special-heading h3 {
color: red;
}
Thanks,
Nick
Works perfectly, thank you!