I'm using custom CSS on a Twenty Twelve theme and have been having difficulty changing the hover color on the sidebar links. I'd prefer to do it by CSS rather than through the color selector on the control panel.
I had thought the below would have worked:
.widget-area .widget a:hover {<br />
color: #247cf8 !important;<br />
}
I had though the "!important" would help override the default CSS (it "saved" other customization that wasn't overriding), but no luck. Any suggestions? Thanks.
The blog I need help with is adventuresincubing.com.