When I was testing the order, I found that both the computer and the mobile phone would display the page path (as shown in the picture). I don’t want these paths to be seen by my customers. How can I hide these paths?
You can disable the page title for these pages in the page setting. Navigate to Pages > Edit Cart Page In the bottom of the page settings disable the page title.
OR add this code to the Theme Settings > Custom CSS > Global:
In addition, I still have a question, that is, how can I delete the features that I don’t want to display on my account page, such as the download option?
01. Add this code to the Theme Settings > Custom CSS > Global:
li.additional_information_tab {
display: none;
}
02. Navigate to WooCommerce > Settings > Advanced and remove the entry for Downloads in the Account endpoints section, just leave it blank.
Screenshot: https://jmp.sh/996Aq5y