2

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.

  • 2
    I 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 Answers1

3

You can activate the theme in Content > Design > Configuration in the admin.

The files that your theme must contain are:

  1. registration.php
  2. theme.xml
  3. dev/tools/grunt/configs/themes.js
Bob
  • 8,392
  • 12
  • 55
  • 96