Contact Form

I am trying to change the color of the message text in the contact form module. I have the background color of the form set to black. I have the headings set to white. The info when entered is a light black but in the message box the color of the text is defaulting to white so it appears as blank when something is being typed. For some reason the text color of the your message field is tied to the heading color. If I set the heading to black I can then see the text but then can’t read the headings etc.

Thank You
Rick

Hey Rick,

Do you mind sharing the URL of the site you’re working on so we can take a look?

Ben

[Content Hidden]

Hey Rick,

I have already reopened the bug report for this so it will be fixed. In the meantime, you can use the CSS snippet below.

.fl-builder .fl-module-contact-form textarea {
  color: #3d3d3d;
}

Ben

Thank You, I added the CSS and all is good.

Rick

No worries! Have fun with BB! :slight_smile:

Ben