Home>Support>Vantage Premium: is it possible to have only the logo and no menu in the masthead on just one specific page?

Vantage Premium: is it possible to have only the logo and no menu in the masthead on just one specific page?

By themadtech, 9 years ago. Last reply by Magus, 9 years ago.

I am using Vantage Premium and for the majority of my site, I have ‘logo in menu’ masthead with ‘default menu’ displayed.

However, on one specific page, I would like to still display the logo in the masthead but not display the navigation menu.

I was able to turn off the entire masthead with the following:

body.page-id-369 .main-navigation {display: none;}

but I’d really like to be able to leave the logo up without the menu.

Thank you

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 4 months ago Magus
    Hi, I Work Here

    Hi Themadtech

    Please try the following instead

    body.page-id-369 .menu {display: none;}
    

    Let us know how you get on

    Magus

  2. 9 years, 4 months ago themadtech

    Magus,

    Thank you … that worked well.

    One more obstacle … clicking the logo returns the user to the home page. This is the desired behavior for all pages except the one where I do not display the menu. I still want to display the logo but would prefer that clicking it does not return the user to the home page.

    Any way to accomplish this on just one specific page?

    Thank you again!

  3. 9 years, 4 months ago Magus
    Hi, I Work Here

    Hi Themadtech

    Unfortunately not, there are ways of hiding the link with CSS but this does not disable it in all browsers, so clicking will still return users to the home page. If you want to hide this please use the following in your custom CSS

    .page-id-369 .logo {
        pointer-events: none;
        text-decoration: none;
        cursor: default;
    }
    

    Let us know if this works for you

    Magus

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