Hello all.
I'm new to ZenPhoto and think it's wonderful. I set up my site and am ready to officially announce it, but first I want to test out a new background image. I chose the stopdesign theme and need to know how to change the background image. I looked through the CSS images, but couldn't find what I was looking for.
Any help is appreciated.
Comments
This allows you to identify even background-images, for example: "Outline background images" or "View Image Information"
then you will identify:
http://yourdomain/themes/stopdesign/img/bg_page.jpg as Background-image
and that is defined in photo.css:
`body {
background:#ddd url("../img/bg_page.jpg") repeat-x 0 0;
margin:0;
padding:0;
font:small Verdana,Sans-serif;
color:#333;
}`
did that help?