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

#313085

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.