Skip to content

Instantly share code, notes, and snippets.

@ollieglass
Created January 21, 2021 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ollieglass/21c4be07164144e15557dcec0f41c46d to your computer and use it in GitHub Desktop.
Save ollieglass/21c4be07164144e15557dcec0f41c46d to your computer and use it in GitHub Desktop.
Custom stylesheet for artsy.net
[class^="Lightbox__DeepZoomContainer"] > [class^="Box-sc"] {
display:none;
}
header {
display:none;
}
@ollieglass
Copy link
Author

ollieglass commented Jan 21, 2021

Great website but the zoom controls over the images and the header compete with the art. These two rules hide them both. Use with a browser extension like Stylus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment