Tagged: Color, H1, theme-options
Everything in the theme seems to be working except that the color of all these elements is black:
h1, h2, h3, h4, h5, h6, .widgettitle
In the Enfold Theme Options, I have Header font color set to #600e75 (a dark purple), but even though everything else seems to save. The h1, etc. text colors still remain black.
Here’s a page we’re working on: http://altogether.com/pages/about-us/team/
I just now put text shadow on those elements in the theme’s custom CSS, and that worked. I tried to add #600e75 to that CSS rule, but even then the color stayed black. Any idea why?
Hi rasa!
Please add following code to Quick CSS instead
.main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 { color: #600e75; }
Cheers!
Yigit
Hi Yigit,
Thanks so much for the fast response. That worked! Is that a bug in the code that the color shows up in the Theme Options diagram, but not on the site?