Home Forums WoodMart support forum product archive quick icons on mobile

product archive quick icons on mobile

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

    Maxor
    Participant

    Hi

    On mobile, product archive quick icons show on product images (add to cart, wishlist, quickview…)

    on desktop it’s only on hover

    how to hide those icons on mobile ?

    as usual we cannot provide access as it is client site, please explain how we can do this

    thank you

    #688981

    Hello,

    Can you please share the page URL so I can check and give you custom css code?

    Best Regards,

    #689189

    Maxor
    Participant

    here it is in private

    see mobile version

    thank you

    #689230

    Hello,

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

    .product-grid-item.wd-product.wd-hover-icons .wd-buttons {
        display: none;
    }

    Best Regards,

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