custom css to Wickett Twitter Widget WordPress Plugin


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ul.tweets a{
  2. display:inline !important;
  3. margin: 0px !important;
  4. padding: 0px !important;
  5. text-decoration: underline !important;
  6. color: #5384BF !important;
  7. }
  8.  
  9. ul.tweets li{
  10. margin-bottom: 20px !important;
  11. font-size: 12px !important;
  12. font-family: Tahoma, verdana, Arial !important;
  13. }

URL: wicket

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.