Home Forums WoodMart support forum Hide wishlist icon on out of stock Reply To: Hide wishlist icon on out of stock

#457428

Hello,

So, we have modified the CSS a bit and now the Wishlist isn’t showing for the Out of Stock Products:

Here is the new Custom CSS applied:

.product-grid-item.outofstock .wd-buttons .wd-wishlist-btn {
    display: none !important;
}

Please check back your Site after completely clearing the browser and server cache.

Best Regards.