Drupal has a very dynamic approach to building websites. A page can be viewed as a set of blocks that have been generated by modules. Adding layouts reinforces this approach. This approach simplifies the creation of a theme. The "Generate style thème" module allows you to build blank themes that have wb universe as their parent theme.
To generate a theme, go to Content > Theme Style Creation/Update, then click on “Add Config Theme Entity.”
Notes:
- Leave the “Force regeneration of npm files” field unchecked, unless you want to regenerate your sub-theme files.
- Check the “Generate style files?” field only if you have installed the Node.js and npm modules.
On the configuration page, you can:
- Change the color of links or buttons
- Modifier les couleurs de base
- Modifier la taille de la police
After making your changes, save them. The styles will be regenerated automatically if you have checked the “Generate style files?” box and the Node.js and npm modules are installed.