How to find out package and theme name of our magento project?

You can find the used template / package in the backend under System > Configuration > Design.

Also make sure it's used on the specific shop you're working on by switching the scope in the dropdown on the left.

enter image description here


From the root folder :

  • Go to, your root folder
  • app/design/frontend/default/ folder
  • In this you can find the package or theme name.

From the Admin panel :

  • Login to your admin panel
  • system-->configuration-->General-->Design
  • In this you can find the package or theme name.