How do I change the main background image on homepage? I changed the following (in bold):
body {
background: #000 url('../images/bg1.jpg') no-repeat center top;
color: #aaa;
font-size: 14px;
font-weight: 400;
line-height: 2;
min-height: 100%;
padding: 0 10px!important;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
After I saved and uploaded the override.css, there has been no change at all. Help!