Home Forums Basel support forum How do I remove the favorite link from above the thumbnail?

How do I remove the favorite link from above the thumbnail?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #61998

    Krlos
    Participant

    I did not find this option in the theme settings.

    Attachments:
    You must be logged in to view attached files.
    #62009

    Hello,

    If you do not want this plugin at all you can deactivate it. If you want to remove it only from the product grid it can be done via custom CSS:

    .product-grid-item:not(.basel-hover-base) .yith-wcwl-add-to-wishlist {
        display:none;
    }

    Please add this CSS to Theme Settings > Custom CSS

    Best Regards

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