A Drupal 8 Theme Based on OSTraining’s Breeze Design
Breeze is fully responsive and uses the Bootstrap framework.
How to Install Breeze in Drupal 8 with composer
- CD into your project root in terminal and enter the commands as explained below
- cd /srv/http/drupal
- composer require drupal/breeze
- Go to the "Appearance" tab.
- Click "Install and set as default" next to Breeze.
- Go to Structure > Block layout.
- Ensure the blocks are placed in the correct locations.
How to Install Breeze in Drupal 8
Breeze is a sub-theme of the very popular Bootstrap theme (link), so we'll need to install both.
- Download and install the Bootstrap theme.
- Download and install the Breeze theme.
- Go to the "Appearance" tab.
- Click "Install and set as default" next to Breeze.
- Go to Structure > Block layout.
- Ensure the blocks are placed in the correct locations.
For a more detailed guide, click here for Breeze documentation and screenshots.