Home › Forums › WoodMart support forum › Change default cart icon of the Mobile bottom navbar › Reply To: Change default cart icon of the Mobile bottom navbar
April 4, 2023 at 3:52 pm
#457113
emporio
Participant
I put this code in Custom CSS > Global custom CSS:
.product-grid-item .wd-add-cart-icon>a:before {
content: url#);
}
.wd-header-cart .wd-tools-icon.wd-icon-alt:before {
content: url(#);
}
Problem solved!