Jump to content

Disable menu, shopping cart and search bar only in some cms pages


Guest locen

Recommended Posts

Nemo's example is right way but you can hide it with css also.

Note just it will still be loaded but hidden.

 

Target each of modules block with  

body.cms-5 #block_top_menu {
   display: none;
}

for example. Here 5 is id of cms page. You can see that if you inspect code and body class tag.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...