Home Forums WoodMart support forum Question About Hiding the Quick View Icon

Question About Hiding the Quick View Icon

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

    ivoltbg
    Participant

    Hello,

    How can I keep only the magnifying icon for quick view in the indicated area, and is it possible to remove the entire section shown in the image — meaning that even the magnifying glass would not appear?

    Best regards,
    Nikola

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

    Hello,

    Navigate to Theme Settings > Shop > Disable the option Compare and Wishlist if you do not want to show these icons.

    If you want to hide the icons only on the product grid, let me know I will check and give you a possible CSS code.

    Best Regards,

    #694932

    ivoltbg
    Participant

    Hi,

    Only on the product grid, but could I ask you for two things so I can decide which approach to use? Some test customers I’m showing the site to often click Quick View, Compare, or Wishlist unintentionally. For this purpose, only on the product grid:

    1) Could you show me the CSS to completely hide Quick View, Compare, and Wishlist only on product grid?

    2) How can I move this bar to another location, for example above the product image, so it doesn’t interfere with other functionalities on different displays and images?

    Thanks in advance,
    Nikola

    #694967

    Hello,

    Navigate to Theme Settings > Custom CSS > In the Global Custom CSS area, add the following code:

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

    Best Regards,

    #696101

    ivoltbg
    Participant

    Hello!

    Great, thank you. And regarding my other question — is it possible to move them horizontally above each product image?

    Regards,
    Nikola

    #696156

    Hello,

    Can you please share a highlighted screenshot which selected the area where you want to move?

    Best Regards,

    #696187

    ivoltbg
    Participant

    Hi,

    above the image itself in the product grid. And not just for the wishlist — I want to move all of them there and have them displayed horizontally.

    Regards, Nikola

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

    Hello,

    Unfortunately, it is not possible. The HTML structure does not allow solving it. Such modification requires complicated WooCommerce code customization, which is not covered by our support.

    Best Regards,

    #696534

    ivoltbg
    Participant

    Hello, thanks for the help. You can close the thread.

    Regards, Nikola

    #696560

    Hello,

    You’re welcome!
    I’m glad I could help.
    I’ll go ahead and close the thread now.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Question About Hiding the Quick View Icon’ is closed to new replies.