All things Shopify and commerce
Hi, does anyone have any advice on the best way possible to remove the border around colour swatches in symmetry theme? If possible I want to be able to keep the black border that highlights the colour selected by the customer but remove that light grey boarder from all the colour option?
Thank you!
URL – https://pantee.co.uk/?_ab=0&_fd=0&_sc=1&preview_theme_id=144118972631
Solved! Go to the solution
This is an accepted solution.
Hi @emilyaugstudios
Please put this code in theme.liquid before body closing tag </body>
<style>
.swatch-style-icon_square .option-selector .opt-label--swatch:not([data-swatch="white"])::after,
.swatch-style-icon_square .option-selector .opt-label--image::after,
.swatch-style-icon_circle .option-selector .opt-label--swatch:not([data-swatch="white"])::after,
.swatch-style-icon_circle .option-selector .opt-label--image::after {
border: none;
}
</style>
Please press Like and Mark Solution if you find it helpful.
Thanks!
This is an accepted solution.
Hi @emilyaugstudios
Please put this code in theme.liquid before body closing tag </body>
<style>
.swatch-style-icon_square .option-selector .opt-label--swatch:not([data-swatch="white"])::after,
.swatch-style-icon_square .option-selector .opt-label--image::after,
.swatch-style-icon_circle .option-selector .opt-label--swatch:not([data-swatch="white"])::after,
.swatch-style-icon_circle .option-selector .opt-label--image::after {
border: none;
}
</style>
Please press Like and Mark Solution if you find it helpful.
Thanks!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024