I can’t seem to remove this background color.

[ad_1]

Hi everyone,

I am quite new to WordPress and I'm struggling with a contact form. I'm using the BeTheme and Contact Form 7 plugins. I can't seem to remove the outer greenish color just above "stuur ons een bericht". I have tried to do this in Betheme > Theme Options > Colors > Forms, but this color is not listed there.

It might be in the initial shortcode of the form, but I'm not sure how to change it. Currently, it says "themecolor." Could this be related? Here is the code:

<div class="column one-second"><h6 class="themecolor">VOORNAAM</h6>[text* your-name placeholder "Naam"]</div>

<div class="column one-second"><h6 class="themecolor">ACHTERNAAM</h6>[text* your-lastname placeholder "Achternaam"]</div>

<div class="column one-second"><h6 class="themecolor">MAIL</h6>[email* your-email placeholder "Email"]</div>

<div class="column one-second"><h6 class="themecolor">TELEFOONNUMMER</h6>[tel your-phone placeholder "Telefoonnummer"]</div>

<div class="column one"><h6 class="themecolor">BERICHT</h6>[textarea your-message x4 placeholder "Typ hier je bericht"]</div>

<div class="column one" style="text-align:center;">[submit "Stuur"]</div>

Thanks!

https://preview.redd.it/wb4axgly77kd1.png?width=1640&format=png&auto=webp&s=6dd3f39ca127b83994620ea98dab8e5659dd1519

[ad_2]
1 Comment
  1. Inspect your website in chrome dev tool and see what css class is responsible for the color. You can then use some css to change the color:

    color-css-class {
    background: white !important;
    }

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer