Site icon Catch Themes

Problem adding CSS on a per widget basis in sidebar

Hi all, I'm trying to customize the look/feel of the widgets in the "secondary" section. If I put the change inline with a style reference, it works just fine. However, if I create a class in the customized css section of the theme, it does absolutely nothing. Here's the widget text:
<center>
<strong>
<a href="http://wp.raindefense.com/emergency"  class="no-dec" />
Request 24/7<br>Emergency Leak Repair
</a>
</strong>
</center>
And here's what I've got in my Customized CSS:
.no-dec {
color: #7FFF00;
text-decoration:none;
}
(ignore the garish Chartreuse color. I was using it for testing purposes). I also tried specifying a .widget:hover section. But, that does nothing either. Here's the page link.
Exit mobile version