Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #691680

    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

    #692619

    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

    #692802

    Thanks but it still doesn’t get removed.

    #692804

    Hey!

    I changed the code to following one

    .nf-form-fields-required {
    display:none !important;
    }

    Please review your website now

    Best regards,
    Yigit

    #692807

    Ahh….that’s it.

    Thank you Yigit! :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Quick CSS code hide text ninja forms’ is closed to new replies.