I am trying to add a border and a background color to Contact Form 7. I have used “inspect element” to see what class/ids to target but I have not found one that targets the entire form as a whole. Everything I’ve tried (such as .wpcf7-form and .wpcf7) targets the text areas only. Can someone please help? Thanks!
Leave a Reply
You must be logged in to post a comment.
You could surround the form with a div in html:
Then style the
custom-styling
class with CSS.The top-level element of contact form has
wpcf7
class. To style the whole contact form, add style rules for the class selector as like :For more detailed information, check it out here : http://contactform7.com/styling-contact-form/
Hope it helps you.