CivicTheme
Search
K
Comment on page

Drupal theme

Installation

composer require drupal/civictheme
Alternatively, you can download the latest version from Drupal.org and place into the desired location.
Note that Drupal core has a known issue and a patch would need to be installed on your site.

Usage

CivicTheme can be used as a no-code Drupal theme with some of the configurations done on theme settings page.
Enable the theme in UI or with Drush:
drush then civictheme
See Sub-theme section to create a sub-theme and use CivicTheme as a base theme.
Last modified 4mo ago