This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Masthead color change after update.

Resolved 5 replies themetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 10 years, 4 months ago

    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. Torkel Guttormsen 10 years, 4 months ago

    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. Andrew Misplon Staff 10 years, 4 months ago

    Sure, let’s try:

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

    Seemed to work. Thanks.

  5. Andrew Misplon Staff 10 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread