Contact form

Hi,

  1. How to change background of contact form (background of message/text box)?
  2. How to change color of typing fonts inside the message/text box?

Thanks!

Hi There,

Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

Thank you.

Hi,

Thanks.

I have included the domain, username and password in the previous message (secure note) as my site is currently on maintenance mode.

Thanks again

Hi There,

Please add the following CSS under Customizer > Custom > Global CSS:

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    background-color: #f0f0f0;
}

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.