Make labels light
-
Hey guys,
I am a css newbie and I put together some css codes, to create the form I want (see link above). There is just one issue, that I could not solve: How do I get my labels lighter? I succeeded with the submit button, which is already light, but the labels do not show any reaction. Maybe someone of you can help me to modify my code. Thanks a lot!
Kind regards,
DavidHere is my code:
/* Contact Form 7 Submit Button
—————————-*/
.wpcf7 input[type=”submit”] {
color: #999999;
font-family: “Raleway”, sans-serif;
font-size: 13px;
background: transparent;
border: 1px solid #999999;
}/* Contact Form 7 Submit Button Hover
—————————-*/
input.wpcf7-form-control.wpcf7-submit:hover {
background-color: #5FB404 !important;
color: white
!important;
border: 1px solid #5FB404;
}/* Contact Form 7 Font Labels
—————————-*/
.wpcf7-form label {
font-size: 13px !important;
color: #999999;
}/* Contact Form 7 Fields
—————————*/
.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 input[type=”tel”],
textarea {
font-size: 16px;
background-color: transparent !important;
border: none;
width: 95%;
}The page I need help with: [log in to see the link]
The topic ‘Make labels light’ is closed to new replies.
