Tagged: Font-color
Hi,
I can’t find the settings to make H1,H2,H3 Font color lighter.
How do I change that?
Thank You
Hi skynandi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.alternate_color h1, .alternate_color h2, .alternate_color h3, .alternate_color h4, .alternate_color h5, .alternate_color h6 { color: red; }
.main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 { color: blue; }
First line is for alternate color heading elements and second one is for main color heading elements
Best regards,
Yigit
Awesome, Thanks for the help.