Home › Forums › WoodMart support forum › wpcf7 font color + hover button color › Reply To: wpcf7 font color + hover button color
July 3, 2020 at 11:25 am
#208415
Aizaz Imtiaz Awan
Keymaster
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.