You need to add something like:
div.rotatingtweet, div.rotatingtweet a {
color:red
}
to your CSS.
You can do this by editing your theme CSS file, or by adding a file called rotatingtweets.css which includes the code above in your wp-content/uploads/ directory.
Thank you, didn’t appear to work.
I added rotatingtweets.css containing the code to wp-content/uploads/
Ian
Try:
.rotatingtweet, .rotatingtweet a {
color:red
}
If that doesn’t work, it’s possible that you have some a more specific CSS selector overriding the .rotatingtweet selector.
Generally, it’s only possible to check this by looking at the site. Can you send me the link?
What about:
.rotatingtweet p.rtw_main {
color: red;
}