Support » Theme: Kelly » Coloured Overlay

  • Resolved kiwially

    (@kiwially)


    Hi,

    Is there a way to either turn off, or remove, the coloured overlay in the Header?

    thanks. πŸ™‚

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Could you please provide a link to your site? Thanks!

    The color overlay for header images in the Kelly theme is setup with the following CSS in the theme:

    .header-background {
    	background: rgba(6,156,136,0.75);
    }

    You can remove that background color by adding this to a custom CSS editor such as the one that comes with Jetpack:

    .header-background {
    	background: none;
    }

    If you want to learn more about how rgba works, this is a cool article:
    http://24ways.org/2009/working-with-rgba-colour/

    kiwially,

    IF you got an answer to your question here, Or found your answer elsewhere with satisfaction, can you please log back in and mark this thread as RESOLVED. It will indicate to others that you WERE helped with this theme, and not left out-to-dry.

    Done.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Coloured Overlay’ is closed to new replies.