Hello,
I saw the screenshot you attached. You need to use Custom CSS for that.
Try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
For the Orders icon:
.woodmart-my-account-links .orders-link a:before {
content: "\f138";
font-family: woodmart-font;
}
For Downloads icon:
.woodmart-my-account-links .downloads-link a:before {
content: "\f136";
font-family: woodmart-font;
}
For addresses icon:
.woodmart-my-account-links .edit-address-link a:before {
content: "\f139";
font-family: woodmart-font;
}
For Account detalis icon:
.woodmart-my-account-links .edit-account-link a:before {
content: "\f135";
font-family: woodmart-font;
}
For Wishlist icon:
.woodmart-my-account-links .wishlist-link a:before {
content: "\f134";
font-family: woodmart-font;
}
For logout icon:
.woodmart-my-account-links .customer-logout-link a:before {
content: "\f137";
font-family: woodmart-font;
}
Regards.
Xtemos Studios