• Hi there,

    I would like to remove the grey overlay on the header. I have tried a few CSS codes with no joy. Can you assist?

    San-Marie

    • This topic was modified 5 years, 2 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Try adding the following to your CSS.

    .custom-header-media:before {
    background: none !important;
    }

    I used the Chrome Developer tools to see which element had the overlay applied.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove grey overlay on header’ is closed to new replies.