Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi – I am currently running Contact Form 7 as required by the theme to incorporate forms in my site. However, for some reason my form font color ends up as a lighter gray and not black as it should via the theme CSS. Am I missing something? The url in question is: https://palolohome.org/wp/contact_emailcontacts/
I searched other posts in this forum and followed the recommended solution but it didn’t work for me.
https://support.codeless.co/forums/topic/css-code-for-contact-form-7-does-not-work/
Any leads is greatly appreciated!
Hello,
Please add this code into your custom css box:
.wpcf7-form p { color: #0C0C0C !important;}
Let us know if you need more help.
Best regards!
Thank you! Worked great. Do you know why this wasn’t showing black in the first place? Sorry, newbie WP user here, trying to learn how things work.
Hello,
Contact Form 7 is a independent plugin that has it’s own css. The gray color is the default color of the plugin. It does not depend on the any of theme style customization. That is why you need to edit it with css code.
Best regards!
You must be logged in to reply to this topic.