Re: Can I hide the menu from a page?

#1256
admin
Participant

Hi Kamil,
Always look source before going to implement any CSS style to classes or ids. In your home page, the body tag is,

How to check Page Source

– Open page in Google Chrome
– Right click and select View page source

Now Find Body Tag

Hit Ctrl+F and type http://test.pentaxbody.com/home-page-london-house-removals/ – body tag structure is,

[/CODE]

So the appropriate code to hide menu will be,

[CODE].page-template-template-full-width-open-php #nav {
display: none;
}[/CODE]

Thanks[CODE][/CODE]

So the appropriate code to hide menu will be,

.page-template-template-full-width-open-php #nav {
display: none;
}[/CODE]

Thanks[CODE].page-template-template-full-width-open-php #nav {
display: none;
}[/CODE]

Thanks