When listing products or product formats in a grid, we are now showing the list of product formats (on a product) and price (on a product format) by default.
To hide these, add the following CSS line:
.quick-view-toggle { display: none; }
You can hide this only for music or clothing products with the following CSS:
.release .quick-view-toggle { display: none; }
.clothing .quick-view-toggle { display: none; }
.merch .quick-view-toggle { display: none; }
Comments
0 comments
Please sign in to leave a comment.