
Originally Posted by
spec
so on the first line of the file, this is what i added: background:
http://ecogearunlimited.com/shop/images.background2.png does this look right? does this need to replace the background color section?
i added the code and added the image to the following folder

ublic_html/shop/images/
i am not seeing any changes. is there more than one area that needs to be changed.
1. Upload your image to public_html/shop/includes/templates/avonlee_contempo/images
2. Open the includes/templates/avonlee_contempo/css/stylesheet.css file in a plain text editor
3. Replace this code:
Code:
body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #888787;background-color: #f6f4f4;}
with this:
Code:
body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #888787;background-image: url(../images/background2.png ;}
Thanks,
Anne
Bookmarks