This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
Hi,
The new Mobile Panel is a great option in the latest updates of XStore. But, we would like to hide it on certain pages (e.g.; Cart, Checkout etc). Is there an easy way to do this?
Thanks for your help.
Hello,
Add this code in Custom CSS for page area –
.et-mobile-panel-wrapper {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up