How to fIx out of stock notification in category page
-
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.
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