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

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

by Lovrty Archer -
Number of replies: 1

if want to change website style based on moodle 3.72, which css file I should modify?

we could find the style.css file clearly in wordpress platform,  it can tell you file path and  row number.

but in moodle, it shows as following pic

  • - classic, it's theme name
  • 1570593387_1/all:1 --------- i am very confused to this.


Average of ratings: -
In reply to Lovrty Archer

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

by Howard Miller -
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)