<em>@Chavan 433893 wrote:</em><blockquote>Replace this image http://www.vinylistas.com/templates/ja_biz/images/themes/green/bg-body.gif with your image</blockquote>
To supplement Chavan’s recommendation above (which is correct) . . . . just in case you may want to later revert back to the original background image, the CSS rule associated with the background is as follows:
body {
background-image: url("/templates/ja_biz/images/themes/green/bg-body.gif");
background-repeat: repeat;
}
What you can do (assuming you’re using the T3V2 version of JA Biz) is create a “custom.css” file – within file path /templates/ja_biz/css – and add the above CSS rule to that custom.css file . . . modifying the image for the background property with whatever new image you create. This way, if you ever want to revert back to the original background image, all you need to is re-modify the background property to identify the/images/themes/green/bg-body.gif file again.
This way, you don’t overwrite/lose any images you may want to use again at some point – i.e. seasonal background image themes.
🙂