8/26/2010

How to change logo and alter logo text in Magento

There is 2 way to change logo in Magento
1) From Admin panel
2) From core file

To change logo of magento from admin panel you need to login to admin panel . Then go to System -> Configuration -> Design
Then click on Header tab to change the logo src (source ) to your respective filename or path. There also you can change logo alt (alternet) text


TO change logo from core file you need to go app/code/core/Mage/Page/config.xml. There you can change <logo_src> to your respective file name/path. There you can change logo alt text from <logo_alt> tag.

3 comments:

  1. Anonymous2/22/2011

    app/code/core/Mage/Page/etc/config.xml

    ReplyDelete
  2. L mera ase nhe hota yar :( bohot try ki hy :P

    ReplyDelete
    Replies
    1. That means some one hard coded your logo. Please go to Yourtheme/template/page/html/header.phtml and change the path to default magento logo path, then Upload again

      Delete