Hello,
I added your contact form and Google reCaptcha via individual html to my footer widgets (copy and pasted the code from the site builder plugins)
My problem is that the background and text color is almost the same so that you can´t read what you write.
Can you tell me how I can change the input text color of the containers?
Thank you very much!
Hey Patrick,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hello Jordan,
the contact form I talked about is on our whole Website in the footer.
I attached our WordPress login details so that you can have a look.
Thank you very much!
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#custom_html-6 input, #custom_html-6 textarea {
color: red;
}
Best regards,
Rikard
Hello Rikard and Jordan,
thank you for the quick response.
I added the Quick CSS under Enfold > Generel Styling. Unfortenately the input text color ist stil the same but the text color of the “send” button is changing.
I hope you have another idea, thank you very much in advance!
Best regards,
Patrick
Hi Patrick,
Please try this CSS instead of what I posted previously:
#custom_html-6 input, #custom_html-6 textarea {
color: red !important;
}
Best regards,
Rikard
Hello Rikard,
this CSS worked, thank you very much!
Best regards,
Patrick
Hi Patrick,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko