Home Forums WoodMart support forum Removing or Replacing Cart Icon in Product Display

Removing or Replacing Cart Icon in Product Display

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

    jimfarg
    Participant

    I am using the Woodmart theme to build websites, and I have a question regarding the product display. I would like to remove the cart icon from appearing anywhere in the product display. For example, when I hover over the button, the cart icon appears, and I would like to prevent this from happening. Could you help me with this?

    Alternatively, if it is possible, can I replace this cart icon with another icon or graphic? Please let me know if this is feasible and how I can achieve it.

    #641625

    Hung Pham
    Keymaster

    Hi jimfarg,

    Thanks for reaching to us.

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

    .wd-add-btn-replace a.add-to-cart-loop:hover span {
        transform: none;
    }
    
    .wd-add-btn-replace a.add-to-cart-loop:hover:before {
        display: none;
        transform: none;
    }

    Unfortunately, currently there is no such an option to change icons graphic.

    Regards,

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