Home › Forums › WoodMart support forum › Mobile Navbar Cart Icon isn’t respecting the icon defined in header cart widget › Reply To: Mobile Navbar Cart Icon isn’t respecting the icon defined in header cart widget
March 8, 2023 at 4:40 pm
#449407

Aizaz Imtiaz Awan
Keymaster
Hi,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS
.wd-toolbar .wd-header-cart a .wd-tools-icon.wd-icon-alt:before {
content: "\f105" !important;
font-family: "woodmart-font";
}
Best Regards.