How can I make a white color swatch visible on a white background?

Hi guys,

The white color swatch is invisible because the main background color of my site is white. I would like to add after click border like my size picker. I would appreciate your help.

URL: https://basicbastard.co/products/socks

@basicbastardco , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
[data-option="White"]{
    border: 1px solid rgb(0 0 0 / 20%) !important;
}

If it helps you please click on the “like” button and mark this answer as a solution!

Thank you.

Kind regards,
Diego

1 Like