Hi @calibus
To hide the ‘Browse Products’ button under the ‘My Account – Orders’ tab, you can use CSS. Please add the following CSS snippet to your theme’s custom CSS section:
.page-id-xx .woocommerce-Button.button {
display: none;
}
Replace ‘xx’ with the ID of your ‘My Account’ page. You can find this ID by navigating to Pages → All Pages in your dashboard, then hover over the title of the ‘My Account’ page, and you will see the ID in the URL at the bottom of your browser.
If the code did not work, please provide us with the website to check, or an illustration/screenshot showing how you intended it to be.
As for editing the text under the ‘My Account – Dashboard’ tab, this might require a PHP code, so I would suggest hiring a developer to help you with it. Please note that we can’t provide support for code customization as per our support policy. Still, if you need customization, we do our best to offer advice and direct you to appropriate resources. Based on the feedback we get from our customers, we highly recommend contacting one of the services on our Customization page.
Please remember to back up your website before making any changes to the code, just in case anything goes wrong.
I hope this helps!