How to change background color of moodle 2.0 themes.?
In the theme directory, go to layout directory and edit the file named themename_style.css
Give your desired background color in the following code:
html {
background: #E0F2F1;
}
Give your desired background color in the following code:
html {
background: #E0F2F1;
}
Comments
Post a Comment