Okay
  Public Ticket #3008776
Contact form styling
Closed

Comments

  •  1
    Luis started the conversation

    Hello: I am developing my site in the dark style and I need to change the color of the message text in the contact form. It is currently gray and I need it to be white.

    Please, could you tell me how to correct it? Thanks in advance

  • [deleted] replied

    Hi Luis,

    Please add the code below to your Custom CSS area:

    .labeled-textarea-row textarea {
        color: #fff;
    }
    Have a nice day!