http://permanent.enhancements.ihomedna.com/contact/
i have included 2 screenshots so you can see how it looks in cornerstone.
can’t figure out how to get background color to show through contact form.
credentials in next message.
http://permanent.enhancements.ihomedna.com/contact/
i have included 2 screenshots so you can see how it looks in cornerstone.
can’t figure out how to get background color to show through contact form.
credentials in next message.
Hello there,
Please add the following CSS code in X > Launch > Options > CSS.
label {
color:#f2f8f8 !important;
background-color: transparent !important;
}
div#cfc {
background-color: transparent;
}
#cfc .wpcf7-submit {
background-color: #015a57 !important;
padding: 10px 15px;
display: inline-block;
border: 1px solid #043431;
border-radius: 25px;
}
#cfc input, #cfc textarea {
background-color: transparent !important; // if you want background, change background color as your requirment.
}
Best regards.
Thank you so very much. I tweaked a few colors. It works perfectly.
Jane
Glad to hear that.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.