Advertisement
Guest User

Untitled

a guest
Mar 15th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. removes leaf
  2. #squeeze h2:before{content:""}
  3.  
  4. For the Tale Of Tales/Top Bar, use this:
  5. #header-region{visibility:hidden}
  6.  
  7. Gets rid of blog title, user picture, and date and username at the top (the date and username of when the blog was created/who the creator was);
  8. #squeeze h2, .node .picture, .node .submitted{display:none !important}
  9.  
  10. This gets rid of the logo, and the links up at the top with it.
  11. #header-region, #logo-floater, .breadcrumb,.sidebar{display:none}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement