if want to change website style, which css file I should modify?

Re: if want to change website style, which css file I should modify?

by Howard Miller -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
What you *never* do in Moodle is modify core files. That makes it a real pain to upgrade and maintain.

You have some choices here...

* If you are using the "standard" Boost theme (you are by default), you can add custom CSS in the theme's settings page - see Boost_theme
* Change to one of the may custom themes available - see https://moodle.org/plugins/browse.php?list=category&id=3
* Write your own theme - https://docs.moodle.org/dev/Themes
Average of ratings: Useful (1)