Same as title, I want to learn how to change the background Color of the actual Contact form only.
Same as title, I want to learn how to change the background Color of the actual Contact form only.
Simply add a CSS style to the contact form div.
div.wpcf7 {
background-color: #777;
}
Add this to your theme's style sheet (style.css).
Thanks,
So I add this to the style.css sheet.
div.wpcf7 {
background-color: #777;
}
What Do I add to the contact form ?
Sweet, worked it out. Thanks. (any one else reading= Just add the code above to your style sheet and it works.) Nothing needed for your contact form.
Wow, when you change the colour to an alternative color you realize it would look a lot better when rounded edges. Next mission...
You must log in to post.