Skip to content

Instantly share code, notes, and snippets.

@kshoufer
Created December 1, 2012 16:14
Show Gist options
  • Save kshoufer/4183061 to your computer and use it in GitHub Desktop.
Save kshoufer/4183061 to your computer and use it in GitHub Desktop.
style the CSS to hide the popup navigation container
#popup-nav-content
{
display:none;
background-color:#0000ff;
font-size:1.5em;
height:6em;
margin:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment