All Collections
Store
Site visual design
Hide product format listing and format price
Hide product format listing and format price
Ed Boaden avatar
Written by Ed Boaden
Updated over a week ago

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; }

Did this answer your question?