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

#449407

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.