Home › Forums › WoodMart support forum › Add to cart ico not change › Reply To: Add to cart ico not change
February 28, 2024 at 1:57 pm
#544664

Hung Pham
Keymaster
Hi aleksandreeu,
Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-add-btn.wd-action-btn>a.added:before {
content: "\f123";
}
Regards,