Hi, could you guys help me with some custom css?
i dont know where to find contact form div and class like this .wpcf7-form .wpcf7-text { for changing everything.
- how to get rid of button 3d bottom?
- how to change hover button bg?
- how to change color bg, and font of issue message?
- how to change color of the ‘field is required’?
- how to change placeholder message color?

now im using this css code:
.wpcf7-form .wpcf7-text {
background-color: #ffffff;
font-family: Cantarell;
font-size: 14px !important;
color: #1c2329;
}
.wpcf7-form .wpcf7-textarea {
background-color: #ffffff;
font-family: Cantarell;
font-size: 14px !important;
color: #1c2329;
}
.wpcf7-form .wpcf7-submit {
font-size: 18px !important;
font-family: Fjalla one;
text-shadow: none !important;
background-color: #1c2329;
color: #ffffff;
}
input.wpcf7-form-control.wpcf7-submit {
margin: 0 auto !important;
display: block;
}
