Home Forums Basel support forum custom my account page Reply To: custom my account page

#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