Remove header navigation, footer
-
Hello, I need to create a splash screen without any elements that theme comes: header, navigation footer, etc.
I don’t have rev slider installed because i don’t use it and so i cannot set blank template.
Similar function will be maintenance template.
Any advice on how to achieve this?
.topbar-wrapp {
display: none!important;
}
.woodmart-top-bar-on .header-overlap, .woodmart-top-bar-on .header-sticky-real {
display: none!important;
}
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