The CSS rule controlling the background image can be found at file path –> /templates/ja_vintas/css/template.css
at line 22:
body#bd {
background: url("../images/page-bg.gif") repeat scroll left top rgba(0, 0, 0, 0);
color: #666666
font-size: 14px;
}
If you want to remove the background image, simply delete the background property from the rule,
so that it will look like this . . .
body#bd {
color: #666666
font-size: 14px;
}
ALWAYS KEEP A BACK-UP OF YOUR ORIGINAL FILES . . . .
so that if you ever need to revert back to a certain original point, you can find it within your back-up files.