Here you can find the instructions on how to remove or add the header links.
Login to your Magento Admin panel
- Log in your Magento Admin panel and go to the System > Configuration section.
Download the files
- Go to the app/design/frontend/base/default/layout folder. Download the next files:
– checkout.xml
– customer.xml
– wishlist.xml
Remove the Wishlist link
- Go to the theme folder (app/design/frontend/tm_themes/themeXXX/layout). Open local.xml file with any text editor.
- We will make changes in the <default> section.
- As an example, we will remove the Wishlist link.
- The following code should be used:
- We need to place the code within top.links reference.
- The final code will look like that:
- Save this file and upload to the server.