Hi,
There is a great way to do all your changes that i use and you don't have to mess around with them after. It took me a long while to work it all out but here is some of the things i did.
Go to C:\Program Files\CoffeeCup Software\CoffeeCup ShoppingCart\styles
In this folder you will see a folder for every one of your themes that are listed inside your theme settings in cc shopping creator.
Choose the theme that you are currently using and like and copy and paste that folder into your styles folder (i.e. Into the same folder you are currently in. You should then see all your coffee cup theme folders as well as tghe copy your just did.)
Do the same with the xml document matching the same theme name as the folder you just copied.
Now you should have an extra folder and an extra xml document in your styles folder.
Rename the folder to a name you would lke to call it making sure you put an _files on the end of the folder name. (i.e. your theme_files)
Rename the xml document to the same name as you named your folder but don't add the "_ files"
Open up the xml file in a text document editor such as notepad.
The XML file is used to point towards the folder with all the theme files.......
In the list change any mentions of the old theme i.e. touchdown_files to your new name youtheme_files.
Now open up cc shopping cart creator and you will see your new theme listed under there themes.
Now to edit the files for the theme
Go into the new style folder you have made and you will see a zip file in here called "ziprelated"
Unzip this folder and you will see three folders.. "css" "images" and "js".
Open the image folder and replace it with what you need.
Replace the header_bg.png with whatever you want to be on the header.
Replace the body_bg.png with whatever you want on the body.
Make sure the picture you use to replace these with is the exact same pixels in size as the one that was there.
I would recommend you dont change any other files here if you are not sure of what you are doing.
Now you are finished zip the folder backup using a zip program overwriting the original "ziprelated" folder.
Check out your work....go to cc shopping cart creator. Check in the theme settings that your
newly created theme is selected.
Click on the previw button, and your cart with your new header and background is created.
Next go into your style folder and open the css folder.
Open the file default.css in notepad or text editor.
In this file you will find all the colours around your shopping cart as well as the some texts etc are written. Change the colours to whatever you want, click on your preview button and your new coloured cart will appear.
If you are not experience with css - To change the colours you are looking for the mention of an # follwed by some letters or numbers. These are codes used for colours.
There is a good colour picker found here
http://www.web-source.net/216_color_chart.htm
To play around change one of the colours and then click on preview your cart and see what changes colour....rememeber what this was and write it down so if you want to change the colour again you know where to find it in the css sheet.
(Mr coffeecup it would be good if you commented the css sheet wherever there is a colour so people not so experienced would know exactly what colour they are changing.)
If you have a look at the "Web Building" category on my blog here. (I hope you don't mind me posting the link here Mr Coffee Cup. If so i sincerely apologise)
http://www.fardonwebhosting.com/blog you can see a copy of this post. I will add the instructions to this over the next couple of weeks on where to change what colour on the css sheet.