Home Forums WoodMart support forum Remove the icon on add to cart button

Remove the icon on add to cart button

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #580737

    lkoroma
    Participant

    Hello,
    Is there a way on custom css or custom js to remove the add to cart button on the shop page ? On my shop page, when I hover Add to cart, a little cart icon pops up and I don’t like the look of it. Can I remove it so that my button stays as it is when not hovering ?
    Thank you in advance,
    L

    #580768

    studio.ambasador
    Participant

    up I look for same change

    #580892

    Luke Nielsen
    Keymaster

    Hello,

    Send me access to your website so I can check which product style you use and prepare a custom code.

    Thank you in advance.

    Kind Regards

    #581262

    lkoroma
    Participant

    I sent the info the other day but I think my message hasn’t been sent, I’m sending it again :).

    #581265

    Luke Nielsen
    Keymaster

    Hello,

    Looks like the access is wrong – https://prnt.sc/l_fvmB6wL6aq , could you please update it?

    Thank you in advance.

    Kind Regards

    #581276

    lkoroma
    Participant

    Here’s the new info, I hope it will work.

    #581320

    Luke Nielsen
    Keymaster

    Hello,

    Use the code below for help. Define it in Theme Settings -> Custom CSS.

    .wd-product .wd-add-btn-replace .add-to-cart-loop:hover:before {
        transform: translateY(100%);
    }
    
    .wd-product .wd-add-btn-replace .add-to-cart-loop:hover span {
        transform: unset;
        color: red;
    }
    
    .wd-product .wd-add-btn-replace .add-to-cart-loop:after {
        color: #333;
    }

    Kind Regards

    #581376

    lkoroma
    Participant

    Thanks ! It works perfectly !

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