I have recently installed magento Community edition of 2.1 version just want to integrate the custom theme.I made vendor and theme as like magento 2.0 . And also check the theme is showing in magento admin panel in content setting but when i going to activate it in path store -> configuration -> design there is no options for "Design Theme" where i can activate it. Help would be greatly appreciated.
Asked
Active
Viewed 1,201 times
2
-
2I found it , Now you can activate your theme in content -> configuration and edit your theme and select applied theme. – Sahil Thukral Aug 04 '16 at 06:02
-
Possible duplicate of [Magento 2 Design Theme tab is missing](http://stackoverflow.com/questions/38116124/magento-2-design-theme-tab-is-missing) – Aaron McMillin Sep 22 '16 at 18:03
1 Answers
3
You can activate the theme in Content > Design > Configuration in the admin.
The files that your theme must contain are:
- registration.php
- theme.xml
- dev/tools/grunt/configs/themes.js

Bob
- 8,392
- 12
- 55
- 96
-
This is not the right location in 2.1. It should be content -> design -> configuration – Aaron McMillin Sep 22 '16 at 18:02