Removed masthead but need top menu
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
3PS. Managed to remove the white space!
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.
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.