- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Magento. How to change logo URL
February 9, 2015
This tutorial will show you how to change logo URL in your Magento template.
Magento. How to change logo URL
By default, the logo displayed in the header of your Magento site has a link to the homepage of the site.
You can change that link. It can be a link to another page on the same site or it can be an external URL.
You can achieve this by modifying the file header.phtml of the theme that you use.
-
Open app/design/frontend/default/themeXXX/template/page/html/header.phtml file.
-
Find the code below:
getLogoAlt() ?>
-
In that code you need to edit the part:
-
Delete
getUrl('') ?>
and between the quotation marks type the full URL address. E.g:
-
Clear Magento and browser cache after making changes.
Feel free to check the detailed video tutorial below: