Hello,
I am trying to change the sidebar background color and font/link colors for separate sidebars on multiple pages.
For example: On this page (http://www.spottingcancer.org/cancer-signs-symptoms/) which is using sidebar 1, I want the sidebar background color to be the purple that is in the header (#663090) and the links to be white with the selected link to be lime green like it is currently and then on this page (http://www.spottingcancer.org/self-examination-early-cancer-detection-monitoring-procedures/) which is using sidebar 2, I want the sidebar background color to be the blue that is in the header (#0873bb) and the links to be white with the selected link to be lime green like it is currently.
I figured out how to change the background of all sidebars by adding this to the CSS but how do I differentiate colors for different sidebars? Also, how do I change the color of the links in the sidebar?
.sidebar .widget {
background-color: #0873bb;
}
Thanks,
WS