Change variant picker from circle to square impact theme

See attached we want to change it to square

Hi @Scarlettcorban3

Would you midn to share your store URL? Thanks!

https://yekt0sq5qeta44w2-66710339832.shopifypreview.com

hi @Made4uo-Ribe

Thanks for the info, check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

.variant-picker__option-values .block-swatch {
    border-radius: 0;
}

And save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!