How to change the font size of the product prices in a collections block (Dawn theme)

Font of the product prices in my collections blocks are too big

Site address https://a2c225-4.myshopify.com/

Hi @theglowroomva

Please place below code into your theme customizer css block and will get it what you want :slightly_smiling_face:

.product-card-wrapper .card-information .price span {
    font-size: 36px;
    color: red;
}

Results:

Thanks

1 Like

That worked perfectly! Thanks