How to hide "Show Sidebar"?
-
Hello,
How to hide “Show Sidebar” in mobile mode?
Hello,
You can try disabling the off-canvas sidebar for mobile from Theme Settings >> Shop >> Sidebar & Page Title.
Screenshot for Clarification: https://ibb.co/p2SXRXR
Then the sidebar will be displayed above the footer on mobile. But if you don’t want to display the sidebar then try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woodmart-show-sidebar-btn {
display: none !important;
}
Best Regards.
Hello Aizaz,
I just want to hide the wording “Show Sidebar” and keep the burger menu icon which can be clicked to show the side menu. How to do that?
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woodmart-show-sidebar-btn span:not(.woodmart-side-bar-icon) {
display: none;
}
Best Regards.
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘How to hide "Show Sidebar"?’ is closed to new replies.