Support Forums for LiveMesh Themes & Plugins › Forums › Squash Theme Support › Twitter widget API v1.1 configuration › Reply To: Twitter widget has stopped working
July 3, 2013 at 3:06 am
#1037
Keymaster
Optional – If you want to make the recent tweets widget (First Option above) a little prettier with twitter icon instead of regular bullets, edit the plugin CSS as shown below –
https://docs.google.com/file/d/0B9j6FQo4cSQFSG5HSFl1d3lkZEE/edit?usp=drivesdk
The updated CSS to paste into the editor is –
.tp_recent_tweets li { background-image: url('assets/tweet.png') !important; background-repeat: no-repeat; background-position: 0px 10px !important; padding-left: 32px !important; padding-bottom: 20px !important; float: left; clear: left; line-height: 20px; }