WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: father-o on June 14, 2008, 12:45:34 AM

Title: How can I change menu color in waterandstone_green?
Post 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
Title: Re: How can I change menu color in waterandstone_green?
Post by: BerndJM on June 14, 2008, 01:01:40 AM
Hi,

sure is it in the CSS - the magic word is "moduletable"

Regards Bernd
Title: Re: How can I change menu color in waterandstone_green?
Post by: johnp on June 14, 2008, 03:03:48 AM
Start from around line 625 in the screen.css file look for

Code: [Select]

/** general module table **/
table.moduletable,
#leftcol table,
#rightcol table {
    width:100%;
    float:left;
    clear:left;
}



For the most part, this should get you started..
Title: Re: How can I change menu color in waterandstone_green?
Post by: 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
Title: Re: How can I change menu color in waterandstone_green?
Post by: johnp on June 14, 2008, 10:31:24 PM
Hi,
thank you!
I have searched for the color #A6A032. I got this from a color picker.

Thank you!

Olaf

Not a problem.