Advertisement
shinnimin

Hide Profile Sections

May 29th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. This code will hide the following sections:
  2.  
  3. -Friends Space
  4. -Comments Section
  5. -Contact Table
  6. -Extended Network Banner
  7. -Blog Section
  8. -Profile URL Box
  9. -Profile Details
  10.  
  11. <style>
  12. .friendSpace {display:none;}
  13. .friendsComments {display:none;}
  14. .contactTable {display: none;}
  15. .extendedNetwork {display:none;}
  16. .latestBlogEntry {display:none;}
  17. .userProfileURL {display:none;}
  18. .userProfileDetail {display:none;}
  19. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement