Skip to content

Instantly share code, notes, and snippets.

@taptapdan
Last active December 21, 2015 23:18
Show Gist options
  • Save taptapdan/6381070 to your computer and use it in GitHub Desktop.
Save taptapdan/6381070 to your computer and use it in GitHub Desktop.
CD Wordpress: Hide Search Box. This is a temporary solution until the theme files can be modified.
#header #searchform {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment