Hide attributes of products on mobile
-
On desktop the attribute images are displaying well, and looks nice.
But on mobile, the attribute images overlap the product image…
Is it possible to hide the attribute images of the products in the shop on mobile?
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .product-labels {
display:none;
}
Best Regards