How to change the background in a theme

How to change the background in a theme

by ehsan j -
Number of replies: 1

Hi, I am new to CSS, using a binary-waves theme from themeza http://www.themza.com/moodle/binary-waves.html

I wanted to change the background, can someone tell me what change I need to make, thanks a lot in advance.

Average of ratings: -
In reply to ehsan j

Re: How to change the background in a theme

by Lewis Carr -
The background colour of the page should be in the body tag of the CSS file.

like this

body {
background-color: #ffffff;
}

or if you want to change the page colour of Moodle it is referenced by

#page {
background-color: #ffffff;
}