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

    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!

    #199232

    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

    #199241

    Excellent! That fixed me. Thank you so much!

    #199242

    Hi!

    You are welcome! Glad we could help. Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Alternate content shading h1-h5 white font against colored background’ is closed to new replies.