WebsiteBaker Community Forum
General Community => Off-Topic => Topic started 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.
-
Try it with
.menu {
vertical-align: top;
background-color: #FFFFFF;
width: 170px;
padding: 0px;
}
and
.menu ul {
border-bottom: 0px;
background-color: #003366;
}
Christian