Sidebar color
Hi,
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545}
span.Apple-tab-span {white-space:pre}
I wanted to change the background color and customize font colors as well for the different widgets on the a particular sidebar.
I've managed to come this far with this code
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545}
span.Apple-tab-span {white-space:pre}
.sidebar {
background-color: #111111;
}
However, what I want to do is, for the background color fill the whole width on the sidebar and, as said before, use different background colors for the different widgets. Is that possible?
Thanks
Comments
If you want to change each widget background color then you will have to use custom css, there are no options for that.
thanks