Home Forums WoodMart support forum How to fIx out of stock notification in category page

How to fIx out of stock notification in category page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #550905

    hellomizanur247
    Participant

    How to fix out of stock notification in category page?
    https://woo-superbly-teenage-whispers.wpcomstaging.com/product-category/women/

    Attachments:
    You must be logged in to view attached files.
    #551014

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below for help:

    .product-grid-item .wc_bis_loop_signup_prompt_container {
        display: none;
    }
    
    .wd-product.outofstock.wd-hover-alt:not(.wd-variation-active):is(.purchasable,.product-type-grouped):hover .swap-elements {
        transform: none;
    }

    Define it in Theme Settings -> Custom CSS.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)