Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11376
    AvatarMetagate
    Support Expired

    To remove the “Out of Stock” label and active the card from your WordPress theme

    #11382

    Please add this custom CSS to the customize CSS:

    ul.products li.product.outofstock .product-image, ul.products .wc-block-grid__product.outofstock .product-image, .wc-block-grid__products li.product.outofstock .product-image, .wc-block-grid__products .wc-block-grid__product.outofstock .product-image{
        opacity: 1;
    }
    
    ul.products li.product.outofstock .stock-label, ul.products .wc-block-grid__product.outofstock .stock-label, .wc-block-grid__products li.product.outofstock .stock-label, .wc-block-grid__products .wc-block-grid__product.outofstock .stock-label{
        display: none;
        background: transparent;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.