Tagged: contact, CONTACT FORM
My contact form isn’t displaying on my contact page. I thought updating the template would help but it hasn’t. Any suggestion?
Hey miratrix!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
Rikard
See private content. I’ve removed the form but feel free to add it back in
Hi!
Borders, background colors and text colors are all white so contact form is not visible. You can add following code to Quick CSS in Enfold theme options under General Styling tab to change it
#top div .av-light-form .input-text, #top div .av-light-form input[type='text'], #top div .av-light-form input[type='input'], #top div .av-light-form input[type='password'], #top div .av-light-form input[type='email'], #top div .av-light-form input[type='number'], #top div .av-light-form input[type='url'], #top div .av-light-form input[type='tel'], #top div .av-light-form input[type='search'], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button { border-color: #e2e2e2; color: #999 !important; }
fieldset h3 {
color: orange!important;
}
Regards,
Yigit