Home Forums WoodMart support forum Icons Reply To: Icons

#207053

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