Home › Forums › WoodMart support forum › How to change cart logo on hover for hover summary › Reply To: How to change cart logo on hover for hover summary
July 30, 2020 at 5:49 am
#215281

Aizaz Imtiaz Awan
Keymaster
Hello,
Exactly that was causing the confusion. Please try and add the following Custom CSS to change the icon in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-bottom-actions .add-to-cart-loop::before {
content: "\f123" !important;
font-family: woodmart-font;
}
Best Regards.