Cannot change color of header in single-entry-header class following rebrand

  • Hi,

    We have rebranded our site and changed from a teal green color scheme to a blue scheme. However, when viewing single posts in their own page, the header is coming up in the old green color.

    We have searched all through the settings and configuration but cannot find the source of this color code!

    This is the offending code snipped out of a typical blog page:

    <style type=”text/css”>
    a { color: #00a0a0; }
    #content .single-entry-header h1.entry-title { color: #00a0a0 !important; }
    input#submit:hover { background-color: #00a0a0 !important; }
    #content .page-entry-header h1.entry-title { color: #00a0a0 !important; }
    .searchsubmit:hover { background-color: #00a0a0 !important; }
    </style>

    All references to color #00a0a0 should have been changed to #005997.

    Thanks for your help.

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    It looks like just one setting was missed! The Theme Options (Dashboard >> Appearance >> Theme Options) still had the original color for links. As the header on each page was a link, then it was showing as the original color.

    I’ve gone ahead and changed that for you, so you should be good to go!

  • The topic ‘Cannot change color of header in single-entry-header class following rebrand’ is closed to new replies.