Hello,
how can I change the color in the waterandstone_green template?
This is not in the screen.css, not in the index.php and not in the images.
Thank you very much!
father-o
Hi,
sure is it in the CSS - the magic word is "moduletable"
Regards Bernd
Start from around line 625 in the screen.css file look for
/** general module table **/
table.moduletable,
#leftcol table,
#rightcol table {
width:100%;
float:left;
clear:left;
}
For the most part, this should get you started..
Hi,
thank you!
I have searched for the color #A6A032. I got this from a color picker.
Thank you!
Olaf
Quote from: father-o on June 14, 2008, 06:50:53 PM
Hi,
thank you!
I have searched for the color #A6A032. I got this from a color picker.
Thank you!
Olaf
Not a problem.