Skip to content

Instantly share code, notes, and snippets.

@roseleaf
Created June 11, 2013 16:19
Show Gist options
  • Save roseleaf/5758299 to your computer and use it in GitHub Desktop.
Save roseleaf/5758299 to your computer and use it in GitHub Desktop.
There are a bunch of annoying tiny grey divs in ZD Classic, and I always always want to hide ALL of them.
.blue_box_top, .blue_box_bottom, .green_box_top, .green_box_bottom, .grey_box_bottom, .grey_box_top{ display: none !important; }
#introductory_text{ display: none !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment