Hello, is there a way to make the Swatch variant box size bigger?
store is https://dayru.myshopify.com/ password is nuveum
Hello, is there a way to make the Swatch variant box size bigger?
store is https://dayru.myshopify.com/ password is nuveum
Hello, @Diequit
Welcome to the Shopify community!
and Thanks for your Good question.
.swatches .swatches__option {
min-height: 80px;
min-width: 80px;
background-repeat: no-repeat;
background-size: cover;
}
Sir, you are the real MVP. thanks for your time.
I have another question, I tried to fix my footer to look like this first photo but it didn’t work and instead looks like the photo 2, what should I do?
Also, is there a way to make the swatches don’t group above when there are more than 4?
sorry i can’t see this view
Hello
i should like to add this code but i have not Asset->/theme.scss.liquid in our theme Flex by outofthesandbox
https://africa-wax.myshopify.com/ password africawax
Thanks
Pascal
Thanks for post
.swatch .color label {
min-width: 80px;
height: 80px !important;
}
Hello. Thanks a lot. It is exactly what i wanted
Thanks for update and support.
Hello do you have a soluce for this problem. When we slide the product image the color of the image change but not the color in swatche. Is it possible to select color by sliding image instead on select swatches Regards
Hello, look the video. In the first party we slide on the big image on the reight and the color 462 don t change.
In the second party we click on the watche of color and the big image on left change each time.
Is it possible to have the same with the big image when we slide big image the color change
Video sent by wetransfer
Regards
Thanks for sharing video let me find if possible to fix this issue
Hi KetanKumar,
In my theme Envy by wetheme there is no Asset->/styles.scss.liquid or Asset->/theme.scss.liquid-. Would you be kind to assist me on the matter? Thanks in advance.
Sorry for facing this issue, it’s my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question. ![]()
Please share your site URL,
So I will check and provide a solution here.
Thanks for the reply. I want to increase the size of color swatch boxes in order for the fabrics to be more visible.
Product example: https://www.lazzoni.nl/collections/living-chairs/products/arte-armchair?variant=37648323575970
Thanks for it
.color.swatch-element label {
min-width: 44px; /* change value as you like */
min-height: 44px; /* change value as you like */
}
@KetanKumar Thank you very much! It is really helpful! Exactly what I needed.