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.

Remove just logo from homepage only, maintaining menu bar in Vantage

Resolved 6 replies premiumthemetheme-vantage
10 years ago · Last reply by Magus 10 years ago

Hi, I successfully followed instructions in a separate thread, to remove both logo and menu bar from my home page. However I would like to maintain my menu bar. Can anyone suggest the right css script to use ?

Thanks in advance !

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

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Magus Staff 10 years, 9 months ago

    Hi Emilien Zola

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

    Thanks

    Magus

  2. Emilien Zola Private 10 years, 9 months ago

    This is a private message.

  3. Magus Staff 10 years, 9 months ago

    Hi Hugo

    Your custom CSS should read

    .home #masthead .hgroup .logo {
        display: none;
    }

    If you want to remove the white space at the top as well please add this.

    #masthead .hgroup {
    padding: 0 !important;
    }

    Let us know how you get on

    Magus

  4. Magus Staff 10 years, 9 months ago

    Hi Hugo

    apologies the second snippet should read

    .home #masthead .hgroup {
    padding: 0 !important;
    }

    Magus

  5. Emilien Zola 10 years, 9 months ago

    Many thanks Magus, this works perfectly. Problem solved !

    Thanks for the excellent support !

    Hugo

  6. Magus Staff 10 years, 9 months ago

    Hi Hugo

    No problem.

    If you need any more help, please feel free to open a new support thread.

    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