Hello,
You can use page id reference for specific pages. Add below code in stylesheet to hide menu on this page through the Simple Custom CSS plugin or child theme’s style.css?
body.page-id-10166 #navigation{ display: none; }
Thanks.
Hiya,
Thanks for the code, I added it to the child theme’s style.css, but it’s not working?
Thanks
Hiya,
The code is working, thank you, just took a while to come through.
Thanks again
i ve done that and the menu isnt visible anymore but i can still click on it 🙁
ok fixed i used
.page-id-XXXX #menu-main {
display: none !important;
}