Hi,
I have created a Collapsible Sidebar Container on the Global header for mobile devices. Please see attached. Is it possible to not show this bar on certain pages?
Thank you
Hi,
I have created a Collapsible Sidebar Container on the Global header for mobile devices. Please see attached. Is it possible to not show this bar on certain pages?
Thank you
Hey @Mang,
Regretfully, the builder doesn’t have an option to hide elements per page. You’ll need to create your own CSS that will hide the element in a specific page.
Just a bit of guidance, you can assign a Body Class to the page (i.e. hide-sidebar) where you’d like an element to be hidden then you also assign a class to the collapsible sidebar (i.e. collapsible). You then place your custom CSS in Theme Options CSS like
.hide-sidebar .collapsible {
display: none
}
You just need to assign the body class to the page where you want the sidebar to be hidden.
Please just note that we do not provide support for custom codes. If there’s a problem with my suggestion, please consult with a developer to help you with this.
Hope that helps.
Thank you Christian, your guidance did help a lot.
Hi @Mang,
You’re welcome and it’s our pleasure to help you. If you have any other concerns, feel free to reach us.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.