Home>Support>Masthead color change after update.

Masthead color change after update.

Hi,
I just did the latest update to the Vantage theme, and the masthead color changed to white, and I can’t see anywhere to change it back. I’m using a plugin for a customized menu and have matched its color to the previous masthead color, so now things look all wrong.
Please advice as soon as you can, as this is my business website and I’d like for it to look professional.

URL: http://www.genuine-connections.com

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

  1. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Torkel

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* Header */
    
    #masthead {
        background: #000;
    }
    

    If you don’t have a Custom CSS installed, try: https://wordpress.org/plugins/so-css/.

  2. 8 years, 11 months ago Torkel Guttormsen

    Alright, so that lets me set the color of the masthead when the page is scrolled all the way to the top. But as I scroll down, my logo and my menu follow the scroll, but the background color does not. How do I fix that?

  3. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Sure, let’s try:

    .site-navigation.sticky[style] {
    	background: #565252 !important;
    	left: 0 !important;
    	width: 100% !important;
    }
    
  4. 8 years, 11 months ago Torkel Guttormsen

    Seemed to work. Thanks.

  5. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Glad that helped.

    All the best.

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