Home Forums WoodMart support forum Icons in My Account Page Reply To: Icons in My Account Page

#196114

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.woodmart-my-account-links .wholesaleorderinglink-link a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f03a";
  font-weight: 900;
}
.woodmart-my-account-links .giftcards-link a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f2b6";
  font-weight: 900;
}
.woodmart-my-account-links .affiliate-area-link a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f201";
  font-weight: 900;
}

Best Regards