I would like to hide the prices and titles in the catalogue/collection pages, so they are hidden. Is it possible in the Dawn theme? How can you achieve this with code if anyone can walk me through it?
#main-collection-product-grid .card-information { display: none; }
Add this css into theme.scss
Where exactly do you put it into there?
have you used this with dawn?