Remove add to wishlist icon from catalogue
-
Hi, guys. Some time ago I asked you to help me disable add to wishlist icons in product catalogue on mobile, you gave me the code which worked just fine. But now you got rid off Yith wishlist and use your own and this code doesn’t work anymore of course. Can you please provide me with a new one?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .site-mobile-menu .menu-item-wishlist{
display:none;
}
Best Regards
Unfortunately the code doesn’t work for me.
Hello,
Please clean your cache, I do not see the item in your mobile menu https://prnt.sc/p7vc9w
Best Regards
Looks like we misunderstood each other. I’ve meant wishlist action icon shown on each product image.
I also have found strange problem related to mobile and tablet – search icon in the header is shown in grey colour although it is supposed to be white.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .woodmart-buttons .woodmart-wishlist-btn {
display:none;
}
Best Regards
Hello,
You have errors in the custom CSS, that is why the code does not work https://prnt.sc/p89nic
Best Regards
You’re right. Looks like wrong code in tablet section prevents following code in mobile section from execution.
Problem solved, thanks.
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Remove add to wishlist icon from catalogue’ is closed to new replies.