Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Theme Options
Contact form 7
vajin
October 2016
in
Theme Options
Hi,
I have DJ demo, how can I create tranparent and yellow CF7 like there?
Comments
vajin
October 2016
I have it:
.enf_fields {
background: rgba(0, 0, 0, .0) !important;
border:2px solid #fff !important;
border-radius:3px !important;
padding: 13px !important;
width: 100% !important;
min-width: 50px;
font-weight: 400 !important;
color:#fff !important;
}
.enf_text {
font-weight: 400 !important;
color:#fff !important;
}
.enf_button {
background: rgba(0, 0, 0, .0) !important;
border:2px solid #fff !important;
border-radius:3px !important;
padding:16px 20px !important;
min-width:142px !important;
font-size:12px !important;
}
.enf_button:hover {
background:#883D1F !important;
}
*CHANGE background # to your theme color.
And here’s the Contact Form 7 data:
<p class=enf_text>Name*</p>
[text* text-1 class:enf_fields]
<p class=enf_text>E-Mail *</p>
[email* email-1 class:enf_fields]
<p class=enf_text>Message *</p>
[textarea* textarea-1 class:enf_fields]
[submit class:enf_button]
Albert
October 2016
Hi,
contact form colors can be changed under Theme options > Colors > Forms section.
Sign In
or
Register
to comment.
Comments
contact form colors can be changed under Theme options > Colors > Forms section.