Home Forums WoodMart support forum Remove header navigation, footer Reply To: Remove header navigation, footer

#153117

Hello,

You can disable the footer in the page settings:

Disable footer – You can disable footer for this page;

Disable pre footer – You can disable pre footer for this page;

Disable copyrights – You can disable copyrights for this page;

I order to disable the header add this code to the Page settings http://prntscr.com/ppk9nv

.whb-header {
    display: none !important;
}

Best Regards