1
Answers
Where is the drupal commerce kickstart theme stored?
I am new to drupal and drupal commerce. I cannot find the theme files in any of the usual directories. Where is it?
I am new to drupal and drupal commerce. I cannot find the theme files in any of the usual directories. Where is it?
It's part of the install profile rather than being in /sites/all/themes . As you said you're new to Drupal please be sure to read
https://drupal.org/node/225125 and
https://drupal.org/node/1298632
before you do anything.
If you find yourself changing anything in the /profile directory you will find all your hard work is overwritten by a future update.
To answer your question, it lives in /profiles/commerce_kickstart/themes , but don't modify it there - use a subtheme to extend/override it.