Remove or Hide Mobile Bottom Navbar on a certain page?
-
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.
Hello,
Please add this code to the Page Settings:
body .woodmart-toolbar-label-show{
display:none;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
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.
Hello,
Please add this code to the page setting, where you want to hide:
.woodmart-toolbar {
display:none!important;
}
Best Regards
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?
Nevermind got the coding to work – it’s the following code below that I replaced instead! Thanks though 🙂
.woodmart-cookies-popup {
display:none;
}
You are welcome! If you have any questions please feel free to contact us.
Best Regards