I want to make variant image icons bigger

Solved

I want to make variant image icons bigger

Johnnycrev
Tourist
10 1 4
Accepted Solution (1)

CafeDelMar
Shopify Partner
163 36 45

This is an accepted solution.

Here's how to achieve that:

 

1) Go to "Online Store"
2) Three dots -> Edit Code
3) Find the main.css file
4) Add the following code at the bottom of the file

5) Save and refresh the target store page

variant-picker variant-color .m-product-option--swatch label {
	width: 60px !important; 
	height: 60px !important;
}

 

If done correctly, the result should be like this:

Screenshot_3.png

Feel free to readjust the values. I hope this helps!

 

If you don't want to edit the theme code directly, you can use a code injection app like the one in my signature.

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Replies 3 (3)

CafeDelMar
Shopify Partner
163 36 45

This is an accepted solution.

Here's how to achieve that:

 

1) Go to "Online Store"
2) Three dots -> Edit Code
3) Find the main.css file
4) Add the following code at the bottom of the file

5) Save and refresh the target store page

variant-picker variant-color .m-product-option--swatch label {
	width: 60px !important; 
	height: 60px !important;
}

 

If done correctly, the result should be like this:

Screenshot_3.png

Feel free to readjust the values. I hope this helps!

 

If you don't want to edit the theme code directly, you can use a code injection app like the one in my signature.

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution
Johnnycrev
Tourist
10 1 4

Thanks so much! Worked like a charm

CafeDelMar
Shopify Partner
163 36 45

Anytime! Glad to help! 🙂

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution