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.
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.
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:
Go to Online Store
Edit Code
Find theme.liquid file
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