wpcf7 font color + hover button color
-
how to change the following:
wpcf7 font color – see attached
hover button color – see attached
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. Please provide the URL of the page to check it myself and help you out accordingly.
Best Regards.
Hello,
To change the color of text of the contact Form 7 you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
For inputs:
.wpcf7-form-control.wpcf7-text {
color: red;
}
For Textarea:
.wpcf7-form-control.wpcf7-textarea {
color: red;
}
Currently I am unable to see the button that you mentioned in your second screenshot. Please provide with the page url where the button exists to check it myself and help you out accordingly.
Best Regards.