Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi, i have problem to remove wishlist. I deactivated wishlist plugin but still it’s showing in products and checkout page. How can i remove it?
thank you.
Hello,
Please add this css into your Custom Css box:
.shop-products .product_item.style_normal .cl-actions .add_to_wishlist {
display: none;
}
Best regards!
Hi, still have wishlist in single product page and chectout page.
Thank you.
here is link to single product page https://mimma.ee/toode/kleit-marian/
Hello,
Please add this css too:
.single-product .cl-wishlist-share-wrapper .wishlist, .add_to_wishlist_button {
display: none;
}
.woocommerce-cart table.shop_table .cart_item .product-data > .wishlist{
display: none;
}
Let us know.
Best regards!
You must be logged in to reply to this topic.