Impact Selected size does not appear as sold out

How can i make it so when its selected it will still be crossed off, i want it for all product pages.

Hope you can help.

Here’s the link to the product

Here’s the link to the site

Please add this code at the bottom of your theme.css file and check again.

.product-info__variant-picker :checked+.block-swatch.is-disabled {
    background-image: linear-gradient(to bottom right, #0000 50%, currentColor 50% calc(50% + 2px), #0000 calc(50% + 4px));
}

Hey @oguzsanci1

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed