Hi!
I want to make my product variation swatch shape have round edges (15px) like the subscribe & save box.
Thanks in advance
Picture:
A user wanted to modify product variation swatches to have rounded edges (15px border-radius) instead of sharp corners, matching the styling of their subscribe & save box.
Solution Provided:
theme.liquid file before the closing </body> tagOutcome:
The discussion includes before/after screenshots showing the visual transformation of the swatches from sharp to rounded edges.
Hi!
I want to make my product variation swatch shape have round edges (15px) like the subscribe & save box.
Thanks in advance
Picture:
Hi @Rixxrd ,
Go to your theme.liquid file and add the following code at the end of it before the tag:
Result:
This worked, thank you so much!