Home Forums WoodMart support forum Remove header navigation, footer

Remove header navigation, footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #152985

    John
    Participant

    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;
    }
    #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

Viewing 2 posts - 1 through 2 (of 2 total)