Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #224777

    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?

    #224927

    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

    #225048

    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?

    #225054

    Hi!

    You are welcome Rasa, glad we could help! It could be a caching issue. Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘h1, h2, h3, h4, h5, h6, .widgettitle color not changing’ is closed to new replies.