This topic has 11 replies, 4 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
Hi, is there a way to remove or deiable the categories or side v=bar from mobile version only, i.e iphones and ipads (or tablets).
please see here:
Hello,
Please use the following code in Custom CSS for mobile.
.sidebar {
display: none;
}
Regards,
Robert Hall.
Hi that did NOT work, anything else i can try pls?
Hello,
Sidebar isn’t shown on mobile. Please clear browser cache and check again.
Best regards,
Jack Richardson.
hi i have cleared the cahche and viewed the site on different browsers, i can still see the product category and side bar i added in the widget, shouldnt the code say something like .widget side bar, display none?
Hello,
Please look at the screenshot http://storage9.static.itmages.com/i/15/1016/h_1444997493_8476672_df6365ac96.png . Sidebar is hidden. Please show a page where you still see it.
Thank you.
Regards,
Eva Kemp.
Hi I APOLOGISE,
i meant when viewing a product, i need the product categories to disappear, is that possible?
Hello,
Please use this code in Custom CSS for mobile.
.single-product-sidebar {
display: none;
}
Regards,
Robert Hall.
Thank you.
Hello,
You’re welcome!
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up