Is there a way to change the color of the "View Results" text below?
<script type="text/javascript" charset="utf-8" src="http://static.polldaddy.com/p/6352993.js"></script>
<noscript><a href="http://polldaddy.com/poll/6352993/">This is a very long test question to see how polldaddy handles questions that exceed the normal length... yes, a truly lengthy question indeed...</a></noscript>
I attempted to override the CSS class 'pds-view-results' that styles "View Results," but it had no effect:
.pds-view-results {
color: red;
}
Check out this fiddle: