Clyde:
I am trying to change the page background (flesh colored image) so it will match the header background, and I can't seem to find the right section in the css file to do it. http://www.koberlintrading.com
Thanks for your help
Gordon
Clyde:
I am trying to change the page background (flesh colored image) so it will match the header background, and I can't seem to find the right section in the css file to do it. http://www.koberlintrading.com
Thanks for your help
Gordon
open includes/templates/rustic/css/stylesheet.css
change the highlighted portion to suit your needs.
body {
margin: 0;
padding: 0;
font: normal 62.5%/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000;
background: url(../images/bg.gif) repeat-x 0 0 #E7D4B6;
}
Maybe I missed something, but what would I change it too? to bg.gif or something else![]()
Thanks Clyde, one again you have saved a newby
Gordon
Clyde:
Here I am again, on my checkout pages it doesn't show the "order_steps_image" just the alt name for it. I looked in my images folder and there isn't an image name that matches the alt, the image there in orderstep.png. The code on the page when I look at the source doen't call up orderstep.png it is calling "ORDER_STEP_IMAGE"
any ideas?
Gordon