Home Forums WoodMart support forum Add to Cart Button Hover

Add to Cart Button Hover

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

    elmademic20
    Participant

    How can I make the “Add to Cart” button so that when it is hovered, the icon does not appear, and only the hover color changes while the text “Add to Cart” remains visible?

    #722812

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you share the page URL so I can further check on your site and give you a possible CSS code?

    Best Regards

    #722849

    elmademic20
    Participant

    Hello,
    yes, thank you!

    #722859

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following CSS to Theme Settings > Custom CSS:

    .product-grid-item .wd-add-btn-replace .add-to-cart-loop:before { 
    content: " "; 
    } 
    .product-grid-item .wd-add-btn-replace .add-to-cart-loop:hover span {
     transform: unset; 
    } 

    Best Regards

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