Sahil Thukral
Sahil Thukral

Reputation: 73

How to activate the custom theme in magento 2.1?

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.

Upvotes: 2

Views: 1232

Answers (1)

Bob
Bob

Reputation: 8724

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

Upvotes: 3

Related Questions