Themes
A Shopware theme is an extension (plugin or app) that enables you to customize and modify the appearance and design of your online storefront. You can change the layout, styling, typography, colors, images, and other visual elements to match your brand identity and desired user experience.
text
Extensions
├── Plugin
│ └── can include a Theme (not for Cloud)
└── App
└── can include a Theme (Cloud-ready)Tasks that themes enable include:
- template overrides
- custom styles
- configuration interfaces
- control the order in which styles and templates are loaded
INFO
Note that a plugin can also override templates.
To get started with your first theme, follow our Theme Base Guide.
For more on how themes relate to plugins and apps, see Plugins and Apps vs Themes.