Page 1 of 1
How can i change menu background colour (link included)
Posted: Mon Oct 25, 2010 6:01 am
by chukwuma
Hello,
I,m new to CMS made simple and I,m running CMS made simple 1.8.2 ,
Please check this website and help me on how to change the menu background colour from black to green,
Re: How can i change menu background colour (link included)
Posted: Mon Oct 25, 2010 7:36 am
by Dr.CSS
If you look in the templates you will see {* comments *} on where to find the style sheet to change, like for the menu it says right above it...
{* Start Navigation, stylesheet "Navigation: ShadowMenu - Horizontal" *}
On the 12th line of that stylesheet...
#menuwrapper {
/* set the background color for the menu here */
background-color: #243135;
I took a lot of time to comment all the templates and style sheets so it would be easy to change things...
Re: How can i change menu background colour (link included)
Posted: Mon Oct 25, 2010 9:01 am
by chukwuma
Huge thanks to Dr.CSS
Re: How can i change menu background colour (link included)
Posted: Mon Oct 25, 2010 5:19 pm
by Dr.CSS
I take it that it is [solved]...