Support » Themes and Templates » Change Header Color to match Background Color

Viewing 1 replies (of 1 total)
  • In your Child Theme or CSS Editor Plugin try this code:

    .site-header, .nav-secondary {
        background-color: #E3DDD1;
    }
    
    body.home #rev_slider_1_1_wrapper {
        background-color: rgb(227, 221, 209) !important;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.

Viewing 1 replies (of 1 total)
  • The topic ‘Change Header Color to match Background Color’ is closed to new replies.