This topic has 6 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Rose Tyler
Hi,
Can I disable the Categories on “mobile version only” and keep it on the PC version?
Thanks and Best Regards,
Thomas
Hello,
Add this code in Theme options > Custom CSS > Custom CSS for mobile:
.post-type-archive-product .sidebar {
display: none;
}
Regards
Hi Rose,
Many thanks.
This code only solved the shop page but the other pages still have categories. eg. clearance.
Best Regards,
Thomas
Hello,
Please change the code to:
.post-type-archive-product .sidebar,
.tax-product_cat .sidebar{
display: none;
}
Regards
Hi Rose,
Fixed.
Thanks and Best Regards,
Thomas
Hello,
You’re welcome!
Have a nice day.
Best Regards
The issue related to '‘How can Don't want show CATEGORIES on "mobile version only"?’' has been successfully resolved, and the topic is now closed for further responses