Home › Forums › WoodMart support forum › Icons › Reply To: Icons
June 28, 2020 at 4:15 pm
#207053
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop:before {
font-family: 'Font Awesome 5 Free';
content: "\f0b1";
font-weight: 900;
}
Make sure you have set “Always use” for FontAwsome in the Theme Settings > Performance > CSS.
Best Regards