Ok. After years of familiarity with X-Cart 4.1.x I now find myself learning from scratch with 4.5.4
All I want to do is set a body background image so I amended common_files/css/main.css:
HTML Code:
body
{
height: 100%;
background-color: #fff;
background: url(images/bg.jpg);
background-repeat: repeat-y;
background-position: center top;
margin: 0;
padding: 0;
min-width: 780px;
border: 0 none;
}
The thing is it isnâ–“t being displayed and yes I am clearing the browser's cache.
Is the body style being set elsewhere?
Also, where is the style sheet being included? In 4.1.12 it used to be within skin1.config