• Resolved mariusvannieuwkerk

    (@mariusvannieuwkerk)


    Can you tell how not to show the quick view button on the product image. I would only like to have the shopping bag visible on the image.

    thank you,

    Marius

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor HT Plugins

    (@htplugins)

    Hello,

    There is no options individual hide Action button.
    If you want hide individually then you can add custom css.

    Thanks

    Thread Starter mariusvannieuwkerk

    (@mariusvannieuwkerk)

    Thank you for your reply. Do you know the css code and where to change it?

    Plugin Contributor HT Plugins

    (@htplugins)

    Hi,
    The option you mentioned is available in our pro version. Our team will send the code to change it.

    Thread Starter mariusvannieuwkerk

    (@mariusvannieuwkerk)

    Thank you very much. Very much appreciated.

    Plugin Contributor HT Plugins

    (@htplugins)

    Hi,

    You can add this CSS in your theme ( style.css )

    For Quickview Button
    .ht-products .ht-product .ht-product-inner .ht-product-action ul li a.quickview {
    display: none;
    }

    For Wish list Button
    .ht-products .ht-product .yith-wcwl-add-to-wishlist {
    display: none;
    }

    For Compare Button
    .ht-products .ht-product .ht-product-inner .ht-product-action ul li a.woolentor-compare {
    display: none;
    }

    Thanks

    Thread Starter mariusvannieuwkerk

    (@mariusvannieuwkerk)

    Thank you a lot ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Quickview button on product image’ is closed to new replies.