Hello.
I use for forms the Ninjaforms plugin. Where can I find the Enfold datas for the default, light and dark form designs?
Sorry I can’t finf the css for this.
Hey geza53,
Could you post a link to the page in question and point out what changes you would like to make please? If you want the theme styling to apply to your plugin form then you could try removing the style sheet from it.
Best regards,
Rikard
Hi,
See this page:
https://premium-analytics.com/free-ebook/
First the Ninja form, and if you sroll down the Enfold light version. This is what I want.
But your Mailchimp form will not saved in the database, therefor I must style the ninja form as your light style.
Here is the ninja config:
https://www.screencast.com/t/Nxd88qfw91sa
Which are the light css datas?
Hi,
Please add this code in the Quick CSS field:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
color: #fff;
border-color: #fff;
border-width: 2px !important;
background-color: transparent;
}
#top label {
font-weight: bold;
font-size: 0.92em;
color: #fff;
}
.nf-field-description p, .nf-form-fields-required {
margin: 0;
color: #fff;
}
Best regards,
Ismael