Hello TheDagger,
you can rename the images over ftp in the template folder (image1, image2, image3, image4, image5, image6) or you go in the backend under Extensions >> Template Manager >> Transparent Bliss >> Edit CSS >> Edit image1.css
There you change the lines
| Code: |
body {
background-image: url(../background_images/
image1.jpg);
background-repeat:no-repeat;
background-color:#8E6956;
background-position:50% 20%
}
|
to this
| Code: |
body {
// background-image: url(../background_images/
image1.jpg);
background-repeat:no-repeat;
background-color:#8E6956;
background-position:50% 20%
}
|
Save it and set under Extension >> Template Manager >> Transparent Bliss the image option to image1.
In this css-file you can also set a background -color when you want.
Regards,
GermanBear