Hi!!
I'd like to change the background, I'd like to change for an image or another colour.
How can I do??
Thanks a lot!!
body {
color: #999; // here you can set your color of background
background: #DDD url('../images/style1/bg.png') no-repeat center 0; // here you can put your image of background.
}
mikeMB wrote:Hi.
Please add this code to override.css file:
- Code: Select all
body {
color: #999; // here you can set your color of background
background: #DDD url('../images/style1/bg.png') no-repeat center 0; // here you can put your image of background.
}