Hi Community
I'd like to have a colour in the whole sidebar under the menue.
I managed to do so, but only partially.
Here is the link to a screenshot: http://www.albertweber.ch/solution/screenshot.png
I would like to change the pink part also to grey (like under the navigation menu)
The menu-text itself should stay in place.
Yes, it's a child-theme from Twenty Eleven and the code can be found here: http://www.albertweber.ch/solution/style.css
I guess it can be changed here, but can't figure it out...
/* Right Content */
.left-sidebar #primary {
float: right;
margin: 0 0 0 -26.4%;
width: 100%;
background: #595959
}
.left-sidebar #content {
margin: 0 7.6% 0 34%;
width: 58.4%;
}
.left-sidebar #secondary {
float: left;
margin-left: 7.6%;
margin-right: 0;
width: 18.8%!important;
background: #999999
}
The site can be found here: http://www.albertweber.ch
Help is much appreciated!!
I'm also open for suggestions in general!
regards
rangi