sidebar colours
I have both a left and right sidebar on my blog pages.
Can you show me how to change the background colour of my left and right sidebars seperately?
I want each sidebar to have a slightly different colour.
thanks.
Comments
.sidebar {Thanksbackground-color:red !important;
}
Left:
.sidebar-1{
Right:background-color:red !important;
}
.sidebar-2{
Thanksbackground-color:red !important;
}