Magento – How to add a icon before My Account in magento toplinks

magento-1.7

I have a toplinks in header Magento. I want to add a different icon for "My Account My Cart My Wishlist Login" toplink menus. Please help me with step by step procedure. I am a beginner for magento.
Thanks

Best Answer

  1. Log into admin panel ange go to System > Configuration > Developer > Debug
  2. Set Template Path Hints to Yes and then save the config
  3. Now goto frontend and refresh the page. So you can see template path hints. (Make sure you have disabled the cache. If not just goto admin panel System > Cache Management and refresh cache )
  4. Now you can see what is the template file responsible for loading top links. (app\design\frontend\base\default\template\page\template\links.phtml )
  5. So now you can do your modifications.