Home Forums WoodMart support forum Change cart icon style in the mobile bottom navbar Reply To: Change cart icon style in the mobile bottom navbar

#289622

Hello,

I saw the screenshot you attached.

Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.wd-header-cart .wd-tools-icon.wd-icon-alt:before {
    content: "\f105";
    font-family: "woodmart-font";
}

Regards.
Xtemos Studios.