Home Forums WoodMart support forum Change "cart" icon Reply To: Change "cart" icon

#283556

Hello,

I saw the screenshot you attached.

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 {
    font-weight: unset;
    content: "\f05a";
    font-family: 'Font Awesome 5 Free';
}

Regards.
Xtemos Studios