Site logo

[Support request] Ninja Forms Styles

Home Forums Support [Support request] Ninja Forms Styles

Home Forums Support Ninja Forms Styles

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

    Hi,

    I have ninja forms installed on a site but I am wondering how do I style the submit button? I have been trying to style it with

    .nf-form-content button, .nf-form-content input[type=”button”], .nf-form-content input[type=”submit”]

    which appears in the inspector but when I try to add it to the additional css in the customizer, there doesn’t seem to be any changes.Could you please tell me where I am going wrong?

    `Kind Regards,

    Brian Thompson

    #1546443
    Brian

    Sorry, Here is the link

    #1546538
    David
    Staff
    Customer Support

    Hi there,

    can you retry adding the link in the Private Information box in your reply. The other link got removed somehow

    #1546578
    Brian

    Here it is…

    #1546830
    Leo
    Staff
    Customer Support

    I just tested and this CSS should work:

    .nf-form-content input[type=button] {
        background-color: #fff;
        color: #000;
    }

    https://www.screencast.com/t/XyyJ950E6t

    Maybe try raising an issue with their support team if you aren’t able to make it work?

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.