I’m trying to add in the Woocommerce my account page on the tab navigation some icons.
Like this: https://woocommerce.files.wordpress.com/2016/04/storefront-2-my-account.png?w=1224
I’ve tried some tutorials but no luck. Using the Divi theme form elegantthemes. Does anyone have the solution?
3
Answers
On WooCommerce My Account page on the tab navigation icons has been added through CSS pseudo-element.
You can use the below code as an example to change the account icon.
Change the -dashboard for the tab link and icon Unicode like f4fe
To add custom HTML to the tab title you can create an array from your icons and change nvaigation.php in the woocommerce template folder like below:
and in the foreach of rendering tabs echo with $endpoint like below:
with this method, you can add any content to your tabs