Cart icon want to change to my custom bag image
-
Cart icon want to change to my custom bag image on (SHOW SUMMARY ON HOVER)
Please see the screenshot attached
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the icon URL which you want to add from https://fontawesome.com/
and page URL
If it is an image, upload it into Media library and provide URL.
Best Regards
Hello,
One of your plugins or customization influences the add to cart button. https://prnt.sc/utb87n
As soon as the issue has been solved, try this code:
body .wd-action-btn.wd-add-cart-btn>a:before {
content:"";
background-image:url(https://www.rossetticasalinghi.com/wp-content/uploads/2020/10/bag-icon-Gray.png);
background-size: small;
background-position:50% center;
background-repeat:no-repeat;
}
Best Regards