Hi.
I can’t figure something out. I use ninja forms on other websites (also Enfold) and I’m using the same css on those websites to hide the text: “Fields marked with an * are required” in Ninja Forms.
.ninja-forms-required-items {
display:none;
}
It works fine, but not in this website. I can’t remove the text on this website using that css. I’m just stuck. Can you see the problem?
/T
Hey grusett,
Please try adding following code
.ninja-forms-required-items {
display:none !important;
}
If that does not help, please post login credentials once again. They are not working for me at the moment.
Best regards,
Yigit
Thanks but it still doesn’t get removed.
Hey!
I changed the code to following one
.nf-form-fields-required {
display:none !important;
}
Please review your website now
Best regards,
Yigit
Ahh….that’s it.
Thank you Yigit! :)