WebsiteBaker Community Forum
WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: father-o on June 14, 2008, 12:45:34 AM
-
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
-
Hi,
thank you!
I have searched for the color #A6A032. I got this from a color picker.
Thank you!
Olaf
Not a problem.