Hide timestamp in HTML Twitter widget


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



Copy this code and paste it in your HTML
  1. #twitter_div ul li span {
  2. visibility: visible;
  3. }
  4.  
  5. #twitter_div ul li span a {
  6. color: #D78E42;
  7. visibility: visible;
  8. }
  9.  
  10. #twitter_div ul li a {
  11. visibility: hidden;
  12. }

URL: http://www.designisphilosophy.com/css/create-a-twitter-box-in-your-sidebar-part-ii/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.