Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23509

    I can’t find the styling option to change the color of heads in Enfold. Please let me know. Thanks!

    #120070

    Hi cranwinks,

    There is none for changing them individually so you would need to add custom css to either the Quick CSS or the custom.css file.

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .entry-content h1 { color: #333333; }
    #top .entry-content h2 { color: #333333; }
    #top .entry-content h3 { color: #333333; }
    #top .entry-content h4 { color: #333333; }
    #top .entry-content h5 { color: #333333; }

    And customize as needed.

    Regards,

    Devin

    #120071

    Thanks, I’ll give that a try.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change color of heads (h1, h2, etc.)’ is closed to new replies.