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;