I created a contact form (CF7) and I would need to change the font color. Nowhere in the settings did I find how to change the color. Could you help me with that?
I need the crimp shelf to be visible. There's a gray font color and I need it to be black. Or at least advise me where to find it in the code and I'll change it. I am also sending a screenshow in the attachment so that you have an idea of what it looks like.
I created a contact form (CF7) and I would need to change the font color. Nowhere in the settings did I find how to change the color. Could you help me with that?
Hi,
Please make your site live and show me the URL of that page to I can take a look at this to help you.
Best Regards,
PenciDesign
I need the crimp shelf to be visible. There's a gray font color and I need it to be black. Or at least advise me where to find it in the code and I'll change it.
I am also sending a screenshow in the attachment so that you have an idea of what it looks like.
https://www.veronikahorvathova.sk/kontakt/
Thank you very much.
Regards,
Michal Rozboril
Hi,
Please try to add more this code to Customize > Custom CSS to change it:
#respond label, .wpcf7 label{ color: #000; } .wpcf7 textarea::placeholder, .wpcf7 input[type="text"]::placeholder, .wpcf7 input[type="url"]::placeholder, .wpcf7 input[type="email"]::placeholder, .wpcf7 input[type="tel"]::placeholder { color: #000; opacity: 1; } .wpcf7 textarea:-ms-input-placeholder, .wpcf7 input[type="text"]:-ms-input-placeholder, .wpcf7 input[type="url"]:-ms-input-placeholder, .wpcf7 input[type="email"]:-ms-input-placeholder, .wpcf7 input[type="tel"]:-ms-input-placeholder { color: #000; } .wpcf7 textarea::-ms-input-placeholder, .wpcf7 input[type="text"]::-ms-input-placeholder, .wpcf7 input[type="url"]::-ms-input-placeholder, .wpcf7 input[type="email"]::-ms-input-placeholder, .wpcf7 input[type="tel"]::-ms-input-placeholder { color: #000; }Best Regards,
PenciDesign
Thank you very much for helping me.