Hide specific variants from a product - Dawn 9.0.0

Hi! I’m trying to get multiple variants of a product hidden. We have our store in the Dawn 9.0.0 theme and we have tried to uncheck the “Continue selling when out of stock” option from the inventory section in each variant. It cannot be selected, but we want to hide when unavailable. In this case, we are trying to hide “Azul Ceniza” color option as it is not available. If there’s an app where we could hide specific variants that would be awesome.

Thanks in advance!

Hi @al3xisrodriguez

Can you share your product page URL so I can check?

This is the link: https://beawoman.mx/products/period-panties

Thanks in advance

Please add this code to Custom CSS in Online Store > Themes > Customize > Theem settings

.globo-out-of-stock {
    display: none !important;
}