Before you ask please READ THIS

Removing a menu from a certain page

edited September 2014 in Blame Posts: 62
Hi there,

I need to remove a main menu from a home page only. Is it any CSS for that?
Thank you!

Comments

  • AirAir
    Posts: 10,970
    Hello

    Earlier you have written in "Beach Please theme" category. And now you are asking about "Blame theme". Just want to make sure you have not made mistake.

    With regards.
  • I bought another template for a different website :) Or you want me to use the same template for both sites :)??
  • AirAir
    Posts: 10,970
    I don't mind ;-) Just wanted to make sure. So to disable menu:
    Maybe you wish to disable whole header on that page? Try such CSS
    body.home #header{
    display: none;
    }
    If it doesn't work then please show link to your page.

    With regards.
  • It worked, but it also removed the logo which I need to have :)
    http://vanillababyphotography.com/
  • AirAir
    Posts: 10,970
    OK, now I see:-) So in this case better will be this CSS instead of previous:
    body.home #header .navigation-bar {
    display: none;
    }
    With regards.
  • Thank you!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!