Back to marketplace
115

Clean Theme

Modern, smooth and uncluttered theme.

Installation

Allow Google Fonts in the custom CSP Configuration

If you plan to use Google Fonts, you need to authorize HumHub to download Google Fonts by adding the https://fonts.gstatic.com URL in the CSP Settings of the web.php configuration file.

Example of configuration for the protected/config/web.php file:

return [
    'modules' => [
        'web' => [
            'security' =>  [
                "csp" => [
                    "font-src" => [
                        "self" => true,
                        "allow" => [
                            "https://fonts.gstatic.com",
                        ],
                    ],
                ],
            ],
        ],
    ],
];

More information about the CSP configuration can be found in the HumHub documentation.

Child themes

If you want to build a chid-theme over the Clean theme, see Documentation here and Wiki here.

Use available CSS variables in protected/modules/clean-theme/themes/Clean/scss/config-generated-root.scss.

Module Information

Price:
Free
Latest version release:
2.3.5 - September 8, 2025
Publisher:
Author(s):
Website:
Compatibility:
HumHub 1.12 - 1.18