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.

Vantage “Logo in Menu” layout with no menu

11 years ago

If you’d like to use the Vantage Logo in Menu layout option but not use a menu, perhaps for a one pager, then you’ll need the following to get it done:

Set masthead layout:

Appearance > Theme Settings > Layout > Masthead Layout: Logo in Menu

Hide the menu by inserting the following under Appearance > Custom CSS:

.main-navigation ul li { display: none; }

If you’d like to center the logo then additionally insert the following:

header#masthead.masthead-logo-in-menu .logo { float: none; }
header#masthead.masthead-logo-in-menu .logo > img {
margin: 0 auto;
}

If you have any questions on this topic please let us know below.

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

Need fast email support? Get SiteOrigin Premium

Have a different question or issue?

Start New Thread