Home › Forums › WoodMart support forum › Change the shopping cart icon to a shopping bag › Reply To: Change the shopping cart icon to a shopping bag
August 18, 2021 at 6:14 am
#313085
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshots you attached.
1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-add-btn-replace .add-to-cart-loop:before {
content: "\f126";
font-family: "woodmart-font";
}
2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-empty-mini-cart:before {
content: "\f126";
font-family: "woodmart-font";
}
Regards.
Xtemos Studios.