custom header color

  • Unknown's avatar

    trying to change the header color. when i custom color the navigation bar and save the widget to change the header color separately “disappears”. is this a bug? what happens is, i change the menu bar color and it automatically changes the header color to balck without giving the option to change it separately.

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

  • Unknown's avatar

    Hi there, if you are talking about the site title and description, in some instances, colors for other elements may change when you change another color for visibility reasons, but you can override that with CSS. Add the following CSS and you can edit the title and description hex color codes as you desire (excuse my obnoxious demo colors).

    .site-title {
        color: #CC0000;
    }
    .site-description {
        color: #00bb22;
    }
  • The topic ‘custom header color’ is closed to new replies.