Font of the product prices in my collections blocks are too big
Site address https://a2c225-4.myshopify.com/
Font of the product prices in my collections blocks are too big
Site address https://a2c225-4.myshopify.com/
Please place below code into your theme customizer css block and will get it what you want
.product-card-wrapper .card-information .price span {
font-size: 36px;
color: red;
}
Results:
Thanks
That worked perfectly! Thanks