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 Premium: is it possible to have only the logo and no menu in the masthead on just one specific page?

Open 3 replies general
10 years ago · Last reply by Magus 10 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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Magus Staff 10 years, 9 months ago

    Hi Themadtech

    Please try the following instead

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

    Let us know how you get on

    Magus

  2. themadtech 10 years, 8 months ago

    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. Magus Staff 10 years, 8 months ago

    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.

Have a different question or issue?

Start New Thread