Home>Support>Keep menu, get rid of the masthead bar

Keep menu, get rid of the masthead bar

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hello,

I was wondering how to remove the masthead but keep the menu-navigation?

This is what I mean:
http://wordpress-27370-60046-183899.cloudwaysapps.com/

I don’t want the menu to sit on the white background but on the picture below it (and delete the white part).

How would I do that?

Appreciate you,

Jannik

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, 7 months ago Alex S
    Hi, I Work Here

    Hi Jannik Meinecke

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

    .site-header {
    	position: absolute;
    	left: 0;
    	right: 0;
    }
    
    .hgroup, .main-navigation {
    	z-index: 400;
    }
    
    
    .main-navigation {
    	background: none !important;
    }
    
    .site-main {
    	padding: 0 35px !important
    }
    

    If you wish to apply a sticky masthead background, please add (and adjsut):

    #sticky-container .main-navigation {
    	background: rgba(52,53,56,.5) !important;
    }
    

    To remove the shadow after the navigation when sticky, please add:

    .main-navigation.sticky:after {
    	box-shadow: none;
    }
    

    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