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
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
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.
Posts: 25956
Background mode? Do you mean color?
URL?
If color just on the photo page?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 17
Yes I mean background color just on photo page.
I've been full of writing mistakes today, sorry.
regards Peter
Posts: 25956
url?
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 25956
Add
#imagediv { background-color: red; }to the css
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 17
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
Posts: 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
Posts: 25956
#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