Home Forums WoodMart support forum Remove add to wishlist icon from catalogue

Remove add to wishlist icon from catalogue

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #144039

    horny_fungus
    Participant

    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?

    #144077

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body  .site-mobile-menu .menu-item-wishlist{
    display:none;
    }

    Best Regards

    #144990

    horny_fungus
    Participant

    Unfortunately the code doesn’t work for me.

    #145032

    Hello,

    Please clean your cache, I do not see the item in your mobile menu https://prnt.sc/p7vc9w

    Best Regards

    #145155

    horny_fungus
    Participant

    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.
    #145206

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body .woodmart-buttons  .woodmart-wishlist-btn  {
    display:none;
    }

    Best Regards

    #145220

    horny_fungus
    Participant

    Still no success 🙁

    #145263

    Hello,

    You have errors in the custom CSS, that is why the code does not work https://prnt.sc/p89nic

    Best Regards

    #145313

    horny_fungus
    Participant

    You’re right. Looks like wrong code in tablet section prevents following code in mobile section from execution.
    Problem solved, thanks.

    #145365

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Remove add to wishlist icon from catalogue’ is closed to new replies.