Home Forums WoodMart support forum remove hover feature in button

remove hover feature in button

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

    sohee7569
    Participant

    When I hover over “read more” in the archive products, a cart-shaped icon appears. Can I disable the hover function? The read more button and the shopping cart don’t go together.

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-add-btn-replace a.add-to-cart-loop:hover:before,
    .wd-add-btn-replace a.add-to-cart-loop:hover span{
    	transform: none;
    }
    .wd-add-btn-replace a.add-to-cart-loop:before{
    	font-size: 0;
    }

    Best Regards,

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