Home › Forums › Basel support forum › custom my account page › Reply To: custom my account page
March 27, 2018 at 6:36 am
#49052

Artem Temos
Keymaster
Hi,
1. Use this code
.my-tickets-link a:before{
content: "\e042";
}
2. The code for that icons is located in the file inc/woocommerce.php
. PHP function is called – woodmart_my_account_links()
.
Kind Regards