- This topic has 2 replies, 2 voices, and was last updated 11 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
You must login to reply to this topic.
Tagged: menu hide header
Hi there!
Im trying to hide the primary menu only from he homepage, making it still available on all other pages.
I’ve tried to add this to the CSS:
.nav-primary {
display:none;
}
but it hides it from all pages
Any thoughts?
thanx
Try this
.home .nav-primary {
display:none;
}
Genius!!! works fantastic!!! like a charm
thanx!!!!
You must login to reply to this topic.