Changing Background color in Hybrid theme

ruspeter

Joined: 2005-05-18
Posts: 17
Posted: Wed, 2007-07-11 12:25

Haw can I change background mode in Hybrid Theme on photo page where by default is grey.
I tried some changes in theme.css under hybrid dir but with no success.
thanks
Peter

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25956
Posted: Wed, 2007-07-11 13:53

Background mode? Do you mean color?
URL?

If color just on the photo page?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
ruspeter

Joined: 2005-05-18
Posts: 17
Posted: Wed, 2007-07-11 19:53

Yes I mean background color just on photo page.
I've been full of writing mistakes today, sorry.
regards Peter

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25956
Posted: Wed, 2007-07-11 20:44

url?
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25956
Posted: Wed, 2007-07-11 21:10

Add

#imagediv {
background-color: red;
}

to the css

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
ruspeter

Joined: 2005-05-18
Posts: 17
Posted: Thu, 2007-07-12 09:04

It's just a test version :
http://www.seveda.net/g2
Under Album : Novi most na Ptuju
I'll try to change after your tip.

thanks
Peter

 
ruspeter

Joined: 2005-05-18
Posts: 17
Posted: Thu, 2007-07-12 09:17

Hi, Dave!

Now is changed color only in upper part of page, not all.
Should I change/add some more lines in css?
Peter

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25956
Posted: Thu, 2007-07-12 13:43
#imagearea {
background-color: black;
}

I have found 2 tools that are invaluable the firefox browser and the web development tool that allows you to Make live edits to the CSS of a web page..
Once you have them both installed....
select edit css and under the 'information' dropdown check display ID & class details.
Edit your CSS and you will see the results. Once you have this the way you want, upload your edited css to the server.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team