Home › Forums › WoodMart support forum › Remove header navigation, footer › Reply To: Remove header navigation, footer
October 29, 2019 at 10:00 am
#153117
Elise Noromit
Member
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