Hi,
i am using a ninja-form multi-site formular. BUT on the last site i am doing a checkbox (for privaty-rules before sending) but the checkbox is always displayed double. If I am using a standard-Theme with same settings, the checkbox is correct. So it seems to me, that it is an enfold-issue. Maybe you can have a look.
Hey breezemedia,
Please, may you provide to us your website link and the WP and FTP credentials?
Best regards,
John Torvik
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#nf-field-55 {
display:none;
}
Best regards,
Rikard
well, it doesn’t work. :-(
Hi,
Please try this instead:
#nf-field-55 {
display:none !important;
}
Best regards,
Rikard
and again… you are the best and enfold is the best theme ever!