1. How to hide the menu in your landing page.
Step 1: You can copy the code below to your Landing page setting:
.cg-primary-menu.cg-wp-menu-wrapper.cg-primary-menu-below-wrapper.cg-primary-menu-left{
display: none;
}
Step 2: Click on the "Gear" icon and paste the code
2. How to hide footer in your landing page
Step 1: You can copy the code below to your Landing page setting:
.footercontainer{
display: none;
}
.footer{
display: none;
}
Step 2: Click on the "Gear" icon and paste the code
3. How to hide the sticky menu
Go to "Theme Option" >> "Header Settings" >> "Disable Sticky Menu"
NOTE: If you choose to disable, the Sticky Menu on all the pages will also be disabled