Nevermind found the page, it’s the customer-page-header.template.php in customer-area/includes/core-addons/customer-page/templates
Is there a way to maintain the settings for customer-page-header.template?
I am adding line-breaks between the dashboards links, Hello … and Latest files in the customer area, but everything I install an update, the setting will be lost and I will need to redo the line breaks.
Thanks
Copy that file to a subfolder of your wp-content folder. In the end you should have the file in:
wp-content/customer-area/templates/customer-page-header.template.php
You can customize every .template.php file in the same way so that updates don’t overwrite your changes.
Keep in mind that in some updates, some template files get changed (as it was the case in version 3.x). So always check that your customized files still work properly after an update.