Hi there,
 I’m building a website with vantage like an OnePage theme. I added, in my main menu some #ID like #pgc-6-2-0 to reach services or #pgc-6-8-0 to reach contact form. That works really well… on homepage.
 But when I’m on another page (http://berrette.fr/christophe-berrette/,  link on Homepage Christophe’s image)  all menu items with #ID, never works.
 Without solution on this, how to remove main menu to keep only a button linking to homepage or how to replace main menu, on the pages, by another “page menu” ?
 Thanks for your answer
URL: http://berrette.fr
Hi Jean-Jacques
It’s hard to test this without seeing the other page but this might work. Try it under Appearance > Custom CSS:
.home .main-navigation ul li a { display: block; } .main-navigation ul li a { display: none; } .main-navigation ul li.menu-item-116 a { display: block !important; }It says, on the home page, display menu links. Otherwise don’t display them. But everywhere else at least display the home menu link.