Hi - I'm a little stuck on a minor problem and I'm hoping someone here can enlighten me.
I've added some CSS to modify the appearance of the background and the text of the Flickr widget in the sidebar of this site:
http://recoder.wordpress.com/
The text 'More Photos' successfully appears in white (as intended) in Safari, but in a different and undesirable colour in Firefox and Opera. What am I doing wrong?
This is the code I added:
#flickr_badge_wrapper {
background-color:#383838;
border:solid 1px #000000;
}
#flickr_badge_uber_wrapper a:visited {
text-decoration:none !important;
background:inherit !important;
color:#ffffff;
}
Help much appreciated.