Home › Forums › WoodMart support forum › Icons in My Account Page › Reply To: Icons in My Account Page
May 19, 2020 at 12:01 pm
#196114
Elise Noromit
Member
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