I need to create separate themes for the main store and for other stores and am having trouble finding documentation and example to create themes, could anyone help me?
I'm using Magento version 2.2.3
Solved! Go to Solution.
To Create custom theme in Magento 2 - Magento itself have details explanation on DevDocs how to create custom theme here is the reference link - http://devdocs.magento.com/guides/v2.2/frontend-dev-guide/themes/theme-create.html
You can also refer this link - https://www.mageplaza.com/kb/how-to-create-magento-2-theme.html
To set the different theme for different store - you need to logged in to your magento 2 admin panel -> go to design -> content -> configuration -> Edit the store where you want to apply the new theme -> select the theme -> click on save
Then new theme will be applied.
It will works !!
To Create custom theme in Magento 2 - Magento itself have details explanation on DevDocs how to create custom theme here is the reference link - http://devdocs.magento.com/guides/v2.2/frontend-dev-guide/themes/theme-create.html
You can also refer this link - https://www.mageplaza.com/kb/how-to-create-magento-2-theme.html
To set the different theme for different store - you need to logged in to your magento 2 admin panel -> go to design -> content -> configuration -> Edit the store where you want to apply the new theme -> select the theme -> click on save
Then new theme will be applied.
It will works !!
Thank you very much, it helped me a lot.
@eCom_Microware - Glad to know that you have resolved your issue !! Happy to help and keep helping