Hi Akash,
Add a file named custom.css inside docroot/_diffs/css and the following portion of custom.css handles the background part.you should configure according to your requirement.
body {
/*background-color: #0066CC;*/
background: url("../images/xxx.png") no-repeat;
/*color: #FFFFFF;*/
font-family: Verdana,Helvetica,sans-serif;
font-size: 11px;
}
once you add the your own css in the file,it would override the docroot/css/custom.css.
Hope this helps...
Regards
Rojalin
Por favor, identifíquese para poder marcar esto como inapropiado