Home Forums WoodMart support forum Remove or Hide Mobile Bottom Navbar on a certain page?

Remove or Hide Mobile Bottom Navbar on a certain page?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #247190

    Xtolia
    Participant

    Hi Support,

    I wanted to know if there is a way to hide the mobile bottom navbar with some CSS coding or something from showing up on a specific page? that I have set as a redirect 404 page. Please view the attached image!

    Attachments:
    You must be logged in to view attached files.
    #247292

    Hello,

    Please add this code to the Page Settings:

    body .woodmart-toolbar-label-show{
    display:none;
    }

    Best Regards

    #247504

    Xtolia
    Participant

    thanks

    #247552

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

    #248824

    Xtolia
    Participant

    I wanted to know if there is a way to hide the mobile bottom cookies popup bar with some CSS coding or something from showing up on a specific page? since I have set as a redirect 404 page. Please view the attached image!

    Attachments:
    You must be logged in to view attached files.
    #248939

    Hello,

    Please add this code to the page setting, where you want to hide:

    .woodmart-toolbar {
    display:none!important;
    }

    Best Regards

    #248983

    Xtolia
    Participant

    I tried using the code you provided, but it still shows the COOKIE LAW INFO bar popup on that specific page I am trying to hide?

    #248984

    Xtolia
    Participant

    Nevermind got the coding to work – it’s the following code below that I replaced instead! Thanks though 🙂

    .woodmart-cookies-popup {
    display:none;
    }

    #249046

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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