Home Forums WoodMart support forum hide or remove product hover icons

hide or remove product hover icons

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #315138

    Kathir
    Participant

    Hi, how to hide or remove the phoduct hover icons ?

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

    Hello,

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

    body .wd-hover-icons:hover .wrapp-buttons{
        display: none;
    }

    Best Regards

    #315945

    Kathir
    Participant

    it, work but how to remove in related products also ?

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

    Hello,

    Please provide the product page URL. I will give CSS.

    Best Regards

    #316052

    Kathir
    Participant

    at the bottom of the page, you can find RELATED PRODUCTS

    #316148

    Hello,

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

    body .product-grid-item:hover .wd-buttons[class*="wd-pos-r"] {
        opacity: 0;
        transform: none;
    }

    Best Regards

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