Change Icon on the my account page dashboard
-
I’m looking to change one of the Icons on the My Account dashboard. I have working code for icon f2d5:
.wd-my-account-links .my-tech-tokens-link a:before {
content: “\f2d5”;
font-family: “Font Awesome 5 Brands”;
font-weight: 400;
}
But really I want to use icon f51e “coins” https://fontawesome.com/v5/icons/coins?f=classic&s=solid – when I use that unicode the icon doesn’t load, I just see a square box.
Attachments:
You must be
logged in to view attached files.
Hi Puddle123,
Thanks for reaching to us.
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
Many thanks for your reply. Sure, details shared.
Hi Puddle123,
Thanks for details.
Admin credential is incorrect, please check again.
Regards,
Hi, sorry, i’ve updated the details.
Hi Puddle123,
Thanks for details but it still not working. Please double check.
Regards,
Strange it was working for me. I’ve updated them to something else.
Hi Puddle123,
I tried 2 times and it worked now.
Please remove your code from Theme Settings > Custom CSS
/* Tech Tokens My Account Icon */
.wd-my-account-links .my-tech-tokens-link a:before {
content: "\f2d5";
font-family: "Font Awesome 5 Brands";
font-weight: 400;
}
and you below one:
/* Tech Tokens My Account Icon */
.wd-my-account-links .my-tech-tokens-link a:before {
content: "\f51e";
font-family: "Font Awesome 5 Free";
font-weight: 600;
}
Regards,
That worked, thank you for your help.
Hi Puddle123,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
If you have a quick minute we always appreciate a 5-star rating on our theme!
https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492
Your feedback is the motivation to improve our work and services.
Regards,
The topic ‘Change Icon on the my account page dashboard’ is closed to new replies.