Overview
Themes allow you to customize the look-and-feel of the Magento application. Themes generally provide no new business features of their own, other than branding and user experience. They relate to each other through inheritance, allowing you to customize an existing theme by setting it as the parent and then defining any desired customizations in the new theme.
Themes are located in the /app/design/frontend/<Vendor>/
folder of a Magento installation. Each theme contains a theme.xml
file, which defines the name and version of that theme, as well as the name of the parent theme, if any.
Themes are also divided by area, allowing you to define themes that customize either the storefront or Magento Admin.
For detailed information about working with themes, refer to Themes in the Frontend Developers Guide.
Find us on