Skip to content

Instantly share code, notes, and snippets.

@schiavassa
Created March 15, 2013 22:08
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 schiavassa/4cf316ae75ca9fcebc0d to your computer and use it in GitHub Desktop.
Save schiavassa/4cf316ae75ca9fcebc0d to your computer and use it in GitHub Desktop.
Supple - Transparent Top Navigation Bar
@media screen and (min-width: 75.625em) {
#site_header,
#site_header .inner,
#searchbox {
background: transparent !important;
}
#searchbox:before {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment