Hello,
can someone tell me how to make the price smaller on the collection page?
im using the Brooklyn theme: aliudclothing.com
Thank you!
Kim
Goal: reduce product price text size on the collection page (Brooklyn theme) and adjust spacing to the product title.
Implemented suggestions:
Open question:
Status: Partially resolved. Price size reduction has workable CSS options; the spacing adjustment remains unanswered/ongoing.
Hello,
can someone tell me how to make the price smaller on the collection page?
im using the Brooklyn theme: aliudclothing.com
Thank you!
Kim
Hi @KimGottwald
Add this code at the bottom of your theme.scss.liquid file
#CollectionSection .grid-product__wrapper .grid-product__price { font-size: 0.8rem !important; }
Thank you, can you furthermore tell me how to make the gap between price and product title smaller?