Home>Support>How to change the header color in Unwind theme?

How to change the header color in Unwind theme?

Hello. Is there CSS code or some other way to change the header color in my Unwind theme?

Thank you!
Lisa

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 5 months ago Alex S
    Hi, I Work Here

    Hi Lisa,

    You can change the masthead background color by adding (and adjusting) the following CSS to WP AdminAppearanceCustom CSS:

    Menu:

    #masthead .top-bar {
        background: #f0f;
    }
    

    For the header (it’s where the site title appears):

    #masthead > .container {
        background: #ff0;
    }
    

    For the entire masthead (menu, header):

    #masthead.site-header {
        background: #0f0;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More