Contact Form 7 / Font Color "Your Message"

Posted in: Newspaper
Post count: 174

Hi,
I changed my newspaper theme to “Black Pro”. Now I have a problem with Contact Form 7. While all single-line like “Your Name” entries are black, the multi-line “Your Message” apparently adopts the colors that are stored by the theme. Light gray on white is of course very bad.
How can I change this? All possible solutions that I have found on Google fail, the font color does not change.
Any Ideas to solve this problem?

Post count: 27744

Hello,

Please try this custom code and check the results => https://www.screencast.com/t/wBCG41deR56O
.wpcf7-form label
{
color: red
}

Set this code in Newspaper -> Theme panel -> Custom code -> Custom css.

Hope this helps you!

Thank you!

Post count: 174

Hi,
these are the labels. They’re ok because the font theme color is light.
However, the CONTENT – what people enter – is light gray on white. Exactly the color that the labels and fonts are.
I have to match the color of what people write in the boxes.

Post count: 27744

Hello,

Please try this code, you can set which color you want => https://www.screencast.com/t/OgJJmQLE

.wpcf7-textarea
{
color: #000;
}

Delete the before code and set this code in Newspaper -> Theme panel -> Custom code -> Custom css.

Hope this helps you!

Thank you!

Post count: 174

Great! It works!

Many Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.