How to customize Dawn theme to make images the same size (square) on each of the collection pages

Hi @Nice2CU ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-card.css->paste below code at the bottom of the file:

.product-card-wrapper .card__inner {
    --ratio-percent: 100% !important;
}

I hope it would help you
Best regards,

Richard | PageFly

6 Likes