Skip to main content
  • Guides & Documentation

Knowledgebase

Featured articles, how-to guides and quick tips.

Adding a custom CSS file to your Moodle theme

If you're not using SCSS, and prefer to use standard CSS for whatever reason, you can include the following in your theme's config.php file to load stylesheets within your theme's style directory:

$THEME->sheets = array('stylesheetname');

Purge your theme caches, and that's it!