Member
Member
iscreenshots   14-07-2008, 15:29
#1

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.

Member
Member
Connie   14-07-2008, 15:48
#2

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?

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.