Home › Forums › WoodMart support forum › How can I change the icons of custom endpoints in my account page › Reply To: How can I change the icons of custom endpoints in my account page
August 24, 2021 at 11:20 am
#314294
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-my-account-links .wt-smart-coupon-link a::before {
content: "\f106";
font-family: "woodmart-font";
}
.wd-my-account-links .uap-link a:before {
content: "\f106";
font-family: "woodmart-font";
}
.wd-my-account-links .portafoglio-link a:before {
content: "\f106";
font-family: "woodmart-font";
}
.wd-my-account-links .make-a-deposit-link a:before {
content: "\f106";
font-family: "woodmart-font";
}
.wd-my-account-links .withdrawal-requests-link a:before {
content: "\f106";
font-family: "woodmart-font";
}
You can change the content and font-family as you need.
Regards.
Xtemos Studios