ZenphotoCMS Forum
Change the Background Image in stopdesign - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Change the Background Image in stopdesign (/thread-3276.html)



Change the Background Image in stopdesign - iscreenshots - 2008-07-14

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.




Change the Background Image in stopdesign - Connie - 2008-07-14

the best and easiest way is always to use FireFox WebDeveloper-Extension!

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?