How to show unavailable variants unstaggered

Hello, I am using studio theme and by default when an item is unavailable the option is grayed out and staggered.

I find it looks kind of weird, so I just want the unavailable items to be greyed out and remove the line that is crossing the option.

Do you have any suggestions on how to do that?

store url: https://celestialbulgaria.com/

pass: pautri

Hi,

  1. go to online store

  2. edit code

  3. open your base.css file

  4. paste the following code:

.product-form__input input[type=radio]:disabled+label, .product-form__input input[type=radio].disabled+label {text-decoration: none !important;}

5- Save

let me know if it work please

1 Like

Worked like a charm, thank you!

You are welcome let me know if you need anything else. Have a nice day