Hi,
I am trying to change the shape of my colour swatches from circles to square/rectangle . I have a paid Vision theme made by fuel themes (they cannot help apparently) Is this possible? Many thanks
Hi,
I am trying to change the shape of my colour swatches from circles to square/rectangle . I have a paid Vision theme made by fuel themes (they cannot help apparently) Is this possible? Many thanks
Hey @RVWebsitehelp
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hey @RVWebsitehelp
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
They are still round on the product page, this is the issue I am trying to sort. Shall I remove the previous piece of code I have just inserted? I await your next steps. Many thanks
Can you send me the link of that exact product?
.variations .product-form__input--color input[type=radio]+label:after {
border-radius: 0 !important;
]
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
Thanks but this hasn’t helped either
.variations .product-form__input--color input[type=radio]+label {
border-radius: 0% !important;
}
.variations .product-form__input--color input[type=radio]+label:after{
border-radius: 0% !important;
}
result
Okay great. That looks much better but for some reason it’s still not showing on my end? Can you show me the exact location where I have to paste this please?
Search theme.css/base.css
.variations .product-form__input--color input[type=radio]+label {
border-radius: 0% !important;
}
.variations .product-form__input--color input[type=radio]+label:after{
border-radius: 0% !important;
}
I don’t seem to have base.css have you created this?
Find theme.css
I have tried searching for theme.css but nothing shows. The only thing I am getting is theme.liquid. Sorry I am not very good at this
In theme.liquid, paste the below code before
Hello @RVWebsitehelp
.variations .product-form__input--color input[type=radio]+label {
border-radius: 0% !important;
}
.variations .product-form__input--color input[type=radio]+label:after{
border-radius: 0% !important;
}
Amazing. Thank you very much
I recommend Easify Product Options for this! It’s a straightforward way to customize your swatches, and it simplifies the process by not requiring any coding. Here’s how it can help you:
I hope this answer helps solve the problem. If you need further assistance, feel free to reach out to Easify anytime!