Contact form modification

Hello,

I couldn’t find answer to this question in previous threads. So, here they are:

  1. How do I change color of the contact forms? (from dark orange to white, for example).
  2. How to change placement of the contact form. To place ADDRESS & CUSTOMER SUPPORT info on the left, and contact form on the right? Not one after another, as it is now.

Thanks!

hi @katmrnk,

Could you give me your website link?

Thanks,

Cristian

Hi,

Thanks for your answer, here it is - https://searcheva.org/
There is one more issue as well - First button of the header (that says “Learn more”) and all header names of sections (like About, Team…), and background of the Counter - dissapear on the website, while they are on place in the Dev version, when I’m logged into the account. Do you know what can cause these issues?

Thanks in advance!

Hi @katmrnk,

For contact form color use this css code:

#contact-us .section-content .wpcf7-form p .wpcf7-textarea {
    background-color: #fff;
}

For second request you will need some custom work.

Regarding the dissapearing could be from the hosting.

Thanks,

Cristian