Hi @ralfnator
Could you provide a bit more detail please? I’m not sure I understand. Maybe a screenshot would help?
Thanks,
Angus
Please check the image behind the link:
https://www.dropbox.com/s/u5og62hxkk3yifo/background.png?dl=0
By default the inputs have a background color, the textarea not. I would like the have the same background color for the textarea, so the message becomes readable.
Hi @ralfnator
You can add this custom CSS under Appearance > Customize > Material Design Forms > Custom CSS.
#cf7md-form .mdc-text-field--textarea {
background: rgba(0,0,0,0.42);
}
That should work but let me know if it doesn’t 🙂
Thanks,
Angus