Hello,
I am trying to edit the color of igames theme.I know all the configuration data is in style.css file but is there an easy way to know what value is for what?
I basically want to change the colors of it so it matches my website.Like black background to dark green and gray colors to yellow and text to brown.
Is there an easy way to do this?
To see what css class handles what part of coppermine. check http://coppermine.sourceforge.net/demo/index.php?theme=styleguide
GauGau
Ahhh,nice! ;D
Thanks you sir!
And also ,do you know where to edit the ecards background color?
I am sending ecards but when they get it ,it has white background.Is that cutomizible?
In your theme.php, search for;
// HTML template for e-cards
Thanks!
GauGau, that's a great guide! :D
I've never seen it before.
If you use Mozilla (1.6 or above) you can install the web developers tool bar which can show Classes and ID for any page like the screen cap below
How do you change the color of text on top where it says Online Photo Album?
And the orange text below that?
edit the attributes of h3 in style.css. To find out about such things, just look at the html output (source code) of your page in question - find the text and check what css class controls it or what parent element it appears in.
GauGau
Quote from: Tarique Sani on July 19, 2004, 06:25:34 AM
If you use Mozilla (1.6 or above) you can install the web developers tool bar which can show Classes and ID for any page like the screen cap below
You can also do this with Opera. Select
user mode and then
show structural elements :)