Same problem here fabian. Sometimes I see the feed is “off” but comes back after a couple of refreshes. Over the last 2 days it has been down completely.
great link, thank you. I will bookmark and ask over there.
Ok so ive figured out if I change color #333 below it changes the title color but it also changes the color of the tweet text? Can anyone point me in the right direction? I want the title color changed only.
Thanks.
.tweets {
border:1px solid #e7e7e7;
border-radius:5px;
max-width:520px;
font:13px/17px “Tahoma”,Helvetica,Arial,sans-serif;
color:#333;
background-color:#fff;
margin:auto;
Example. If I change the line below
.tweets .tweets_header {
border-bottom:1px solid #33ccff;
padding:12px 12px;
font-weight:bold;
font-size:14px;
The color shows up as soon as I refresh, so I dont believe it is a caching issue.