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.

Removed masthead but need top menu

9 years ago · Last reply by Hank 9 years ago

Hi,

I removed the masthead in the Vantage-theme on my site www.demotortrainer.nl by using this css code:

/* Header */
#masthead {
display: none;
}

Now, there is still a white area left. What I would like is the white area to be gone and to have a small, subtle menu on the top image, like so:

How do I do this?
Thanks,
Hank

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Hank 9 years, 11 months ago

    PS. Managed to remove the white space!

  2. Alex S Staff 9 years, 11 months ago

    Hi Hank,

    For other people viewing this thread: Please note that this CSS will only work for those using the mega-menu.

    Please navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .site-header .hgroup {
    	display: none;
    }
    .site-header .site-navigation {
    	position: absolute;
    	z-index: 300;
    	right: 0;
    }
    .mega-menu-wrap {
    	background: none !important;
    }

    You might also need to install the SiteOrigin CSS Editor. Please be sure to remove the previous CSS you used to head the masthead.

  3. Hank 9 years, 10 months ago

    This is great, it looks great. Thanks!

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