I'm trying to style the plugin in such a way that there is no list-style-type at all and can remove bullets from all tweets by adding...
.widget_twitter ul li {list-style-type:none;}
However, I cannot remove list-style from the title, and if I simply choose to not display the title...
.twitterwidget-title {display:none;}
for example, it simply adds the bullet to the first tweet.
Who can help me solve this problem? help would be very much appreciated!