Hi,
In my theme options, I have set my alternate content and footer content font colors to white (#fffff).
However, the titles or h1-h5 fonts tend to look shaded, like there is a screen or low opacity. Can you tell me how I can make the titles bright white? Is there some CSS coding I need to do?
To see an example: go to homepage: scoutcharleston.com/here and see the top part of the main content area. “Charleston’s Premier…” should be in white. Please advise.
Thanks!
Hey cally423!
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: white; }
Regards,
Yigit
Excellent! That fixed me. Thank you so much!