Make Variant Image Swatch Larger (Symmetry theme

Solved

Make Variant Image Swatch Larger (Symmetry theme

SDBdigital
Shopify Partner
87 0 17

Hi

 

I want to make the image swatches a bit larger on the product pages.
Using symmetry theme.

 

Example product

https://thesportsconceptstore.co.za/collections/on-for-men/products/cloud-5-mens

 

I've looked at the theme.css but can't really understand it.

Screenshot 2024-11-13 at 16.03.52.png

Accepted Solution (1)
namphan
Shopify Partner
2690 349 397

This is an accepted solution.

Hi @SDBdigital,

Please go to Actions > Edit code > Assets > main.css file and paste this at the bottom of the file:

.swatch-style-icon_square .option-selector .opt-label--image {
    --swatch-picker-image-size: 50px;
}

You can change the number as you like, it will display well

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 4 (4)

namphan
Shopify Partner
2690 349 397

Hi @SDBdigital,

You can try increasing width and height here: 

Screenshot.png

I hope it helps!

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
SDBdigital
Shopify Partner
87 0 17

Hi

 

I tried that - I doubled the px for 22 to 44.

But it didn't make a difference - I tried 3 different browsers.

namphan
Shopify Partner
2690 349 397

This is an accepted solution.

Hi @SDBdigital,

Please go to Actions > Edit code > Assets > main.css file and paste this at the bottom of the file:

.swatch-style-icon_square .option-selector .opt-label--image {
    --swatch-picker-image-size: 50px;
}

You can change the number as you like, it will display well

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
SDBdigital
Shopify Partner
87 0 17

Thank you - much appreciated.