Created
August 2, 2018 07:28
-
-
Save priyabratary/dd31bb25f9b00392dcd788c6970b0715 to your computer and use it in GitHub Desktop.
contact form 7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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