Skip to content

Instantly share code, notes, and snippets.

@MrJSdev
Created March 27, 2017 19:34
Show Gist options
  • Select an option

  • Save MrJSdev/03c29d9df71cba7f5c2e8261f9c126fd to your computer and use it in GitHub Desktop.

Select an option

Save MrJSdev/03c29d9df71cba7f5c2e8261f9c126fd to your computer and use it in GitHub Desktop.
Styling Boostrap Search Form with CSS. Uploading on http://extracatchy.net/wordpress-search-form-bootstrap/
.search-form .input-group-addon{
padding: 0;
background-color: #fff;
}
.search-form .form-control{
border-radius: 0px;
}
.search-btn{
border:none;
padding: 5px 10px;
background-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment