site-header color adjustments in Goran theme

  • Unknown's avatar

    Seeing if there’s a way to adjust the color in the masthead. It seems the color gets adjusted dynamically?

    So for example if I choose white in “Customization” area as an accent color, it then becomes grey. Is there any way to override this? Does it have to maintain it’s “transparency/dynamicness”?

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

  • Unknown's avatar

    Hi, you can override the grey color of the header area with the following CSS. Edit the color code as desired.

    .site-header {
        background: #cc0000;
    }
  • The topic ‘site-header color adjustments in Goran theme’ is closed to new replies.