Home › Forums › WoodMart support forum › How to change Icon oh the my account page dashboard ? › Reply To: How to change Icon oh the my account page dashboard ?
March 9, 2023 at 4:42 pm
#449729
Luke Nielsen
Keymaster
Hello,
The below code will help you to set the icon from font awesome there, please enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.wd-my-account-links .giftcards-link a:before {
content: "\f298";
font-family: "Font Awesome 5 Brands";
font-weight: 400;
}
Kind Regards