Can you please tell me how to change the background color for osticket.
Please see attachment. where is the line for me to change?
I went through colors.css, styles.css, etc. spent hours, I can change other colors BUT NOT the background.
HELP!!!!
In colors.css:
body {
color:#333;
background-color: #fff;
background-image: url(../images/bg.gif);
background-repeat: repeat;
You'd change background-color and then comment out (or delete) the background-image and background-repeat lines.
David