Home Forums WoodMart support forum Hover Product Grid

Hover Product Grid

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #649369

    emancilla0410
    Participant

    Hi, I need to change the product grid default state for the icon when hover is active. Images for reference. So what I need is to always show the cart icon, I do not need the hover effect for this part. But keep the general hover to show compare, quick view and description

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

    Luke Nielsen
    Keymaster

    Hello,

    Define the code below in Theme Settings -> Custom CSS -> Mobile CSS area:

    .wd-product .add_to_cart_button span {
        transform: translateY(-100%) translateZ(0);
    }
    
    .wd-product .wd-add-btn-replace .add-to-cart-loop:before {
        transform: translateY(0) translateZ(0);
    }

    Kind Regards

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