A space to discuss online store customization, theme development, and Liquid templating.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello guys,
I work on 2.0 theme based shop. The color swatches on collection and product pages for variants are rectangular. Is there a way so they can be in a round shape?
There are explanations for this topic already with coding solutions, but the code snippets they mention there, which have to be changed, do not even exist in my shop's code. I assume they were talking about the previous version of shopify.
you could use css to change the shape
example:
.product-single__thumbnails .color-swatch {
border-radius: 50%;
}