Tagged: special heading
Hi,
How can I change the color of special heading?When I go to the Avia Lay Out builder I see two options:
Default color
Meta color
I cant find the options elsewhere to change their colors.
Greetings,
Alfredo
Hey drwooow!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 { color: red; }
.alternate_color h1, .alternate_color h2, .alternate_color h3, .alternate_color h4, .alternate_color h5,.alternate_color h6 { color: orange; }
Regards,
Yigit