Tagged: Formidable Pro
Hi. How can I get the style in Formidable to work with enfold. I’m not having an issue with the field widths. The issue is the field borders and the line spacing. See http://www.ctlf.org/sc-referral/
Thanks!
Hey MarSwan,
We do not support thirt party plugins. But you are an Enfold customer so we are willing to go that extra mile and happy to help you with this issue.
If you like to remove the form field borders Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top.page-id-2737 .main_color input[type='text'],
#top.page-id-2737 .main_color input[type='input'],
#top.page-id-2737 .main_color input[type='password'],
#top.page-id-2737 .main_color input[type='email'],
#top.page-id-2737 .main_color input[type='number'],
#top.page-id-2737 .main_color input[type='url'],
#top.page-id-2737 .main_color input[type='tel'],
#top.page-id-2737 .main_color input[type='search'],
#top.page-id-2737 .main_color textarea,
#top.page-id-2737 .main_color select {
border-color: #ea3535!important;
letter-spacing:.15em;
}
Best regards,
Vinay