I am interested in using only a color and setting my background image to none on the main, phone, and tablet css files. I have added the following:
body {
background-color: #mycolor;
background-image: none;
}
I am wondering if I should do it this way or just make a background image with the color I want and rename it to sys-bg-main-2x.jpg and sys-bg-main.jpg and just re-upload the 2 images each time an update is to come out versus changing the css sheets each time. Seems more logical just to replace the 2 images each time.
Opinions? Thanks in advance.