Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Joemero

macrumors regular
Original poster
Jul 30, 2009
172
0
I'm a beginner trying to start a website for our local Livestrong Army. I tried to add the Twitter Profile Widget to my right sidebar, but since my CSS for that sidebar dictates that type should be black it's overriding the twitter (copy/paste code) which indicates it should be white. If you highlight the tweets you'll see that they're there. Any tips on a fix for this?
Site: www.eplivestrong.org
 
It seems to work for me (Safari 4). Maybe try adding

Code:
.twtr-bd { color: #FFF; }

to your css if its still not working for you..
 
It seems to work for me (Safari 4). Maybe try adding

Code:
.twtr-bd { color: #FFF; }

to your css if its still not working for you..

The reason it worked for you is because I deleted the type color property for my sidebar2 and that seemed to fix it. I wonder if that was a wise solution :confused:
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.