DEV Community

Cover image for A Guide To Magento 2 Theme Development
StephanieBoldt
StephanieBoldt

Posted on

A Guide To Magento 2 Theme Development

The theme is a component of Magento 2 which gives a consistent look and feel to your whole store. It provides an improved look to areas like Magento 2 Admin and Storefront by utilizing a combination of custom templates, designs, styles or images development.
In Magento 2, there are no restrictions on using the Luma theme for your live store. However, if you want to customize the default design or if you need to create your own theme, Magento strongly recommends not to change or edit the default Luma and Blank theme files. Many people ask why Magento does not allow to change or edit Luma and Blank theme files? The answer is: when you change or edit the default files, your changes can be overwritten by the latest version of the default files during your Magento 2 upgrades.
To read the full article on how to install theme in magento 2 visit Cloudways

Top comments (0)