Home Forums WoodMart support forum How to remove the wishlist button, compare button and quick view button

How to remove the wishlist button, compare button and quick view button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #487406

    katherine970621
    Participant

    How to remove the wishlist button, compare button and quick view button on the category page product grid?

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

    Luke Nielsen
    Keymaster

    Hello,

    The thing is that these buttons in your case comes from a third-party plugin therefore you need to contact the plugin support so they will prepare the custom CSS code for you.

    Don’t hesitate to let me know if you need any further help or any other info.

    Kind Regards

    #510306

    enes.calisir
    Participant

    Same issue here. What plug in is creating those? Do you have already the solution to share please?

    Thanks and Best Regards

    #510316

    Luke Nielsen
    Keymaster

    Hello,

    Now I see that the buttons come from the theme (https://prnt.sc/530nE1qGAN8W), please navigate to Theme Settings -> Shop -> Wishlist and turn off the “Show button on products in loop” option: https://prnt.sc/kLDgUB13XFst

    The “Quick view” can be hidden with the help of the below code:

    .product-grid-item .quick-view-button {
        display: none;
    }

    Kind Regards

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