WebsiteBaker Community Forum

General Community => Off-Topic => Topic started by: Websitebaker-user on March 24, 2007, 12:35:28 PM

Title: Change background color menu [round]
Post by: Websitebaker-user on March 24, 2007, 12:35:28 PM
Hello,

Can someone tell me how i change the background color of the menu and searchengine? Template round, i made some changes in the doc screen.css but i cant find the rules to change te background color of the menu's. I tried but i couldn't find it. Please some help.

Title: Re: Change background color menu [round]
Post by: doc on March 25, 2007, 08:27:47 AM
Try it with
Code: [Select]
.menu {
vertical-align: top;
background-color: #FFFFFF;
width: 170px;
padding: 0px;
}

and

Code: [Select]
.menu ul {
border-bottom: 0px;
background-color: #003366;
}

Christian