Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save priyabratary/dd31bb25f9b00392dcd788c6970b0715 to your computer and use it in GitHub Desktop.
Save priyabratary/dd31bb25f9b00392dcd788c6970b0715 to your computer and use it in GitHub Desktop.
contact form 7
.searchandfilter .postform { height: 38px !important; padding: 4px 6px 4px 6px !important; }
.searchandfilter li input[type="text"] { height: 38px !important; padding: 4px 6px 4px 6px !important; }
.searchandfilter li input[type="submit"] { height: 38px !important; padding: 0px 20px !important; }
.appointment form.wpcf7-form textarea{
font-size: 18px;
color: #4d4d4d !important;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], textarea, input.text, input[type="search"], select, textarea, .woo-type10.woocommerce select {
font-size: 16px;
text-transform: none !important;
height: 38px !important;
padding: 4px 6px 4px 6px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment