Ceres Vanilla is a simple theme plugin that contains no style or design for Ceres. With the help of this theme, you can display your own CSS in Ceres. Furthermore, the templates of Ceres can be overridden with your own templates.
After installing and deploying the plugin, enter your own CSS in the plugin detail view.
- Go to Plugins » Plugin overview.
→ The plugin overview will open. - Click on CeresVanilla.
→ The plugin will open. - Click on resources » css » main.css in the directory tree.
- Enter your CSS code.
- Save the settings.
→ The CSS changes will be available after deploying the plugin again.
- Go to Plugins » Content.
- Go to the Stylesheet (CeresVanilla) area.
- Select the container Template: Style.
- Save the settings.
→ The CSS will be displayed in the online store.
CeresVanilla allows you to override the templates of Ceres with your own content. To do so, enter the code in the template and override the template. In the following, setting up the homepage is explained. Set up the other templates the same way.
- Go to Plugins » Plugin overview.
→ The plugin overview will open. - Click on CeresVanilla.
→ The plugin will open. - Click on resources » views » Homepage » Homepage.twig in the directory tree.
- Enter the code for your homepage.
- Save the settings.
→ The template changes will be available after deploying the plugin again.
- Go to Plugins » Plugin overview.
→ The plugin overview will open. - Click on CeresVanilla.
→ The plugin will open. - Click on Configuration in the directory tree.
- Activate Homepage under Override partials and templates.
- Save the settings.
→ The homepage will be displayed.