Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › Contact Form 7 Outlines Missing when added to Portfolio Post
Hi guys,
Contact form 7 outlines for the various fields are missing when i add this to a portfolio post.
How do i fix this?
image of the problem found here https://drive.google.com/file/d/1csW5mfxUgtFHWzH0p3Zk91Vv3SAMDR19/view?usp=sharing
Hi,
Have you tried styling your form?
E.g.
.wpcf7
{
background-color: #f7f7f7;
padding: 2%;
}
.wpcf7,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
border: 2px solid #CCC;
border-radius: 7px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
background-color: #white;
}