How can I set max width for product images on Dawn theme?

Hello guys, I am using Dawn theme and I want to set the product images to max width, not the whole product page, just the product images.

Also, how can I insert the variants images to color swatches? My store is: https://sarconfex-srl.myshopify.com/

It would mean a lot if you could help me

Thank you in advance!

2 Likes

Hi,
I hope you are doing good.
You can set max-width like this

.product__media {
    max-width: 600px;
}

You can put this in assets/base.css file
and as per my knowledge dawn theme does not support color swatches by default, you need custom coding for this
I hope, it is helpful to you.
Thanks!