Archived topic
Ninja Forms Styles
4 replies · Started by Brian on November 25, 2020
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
Sorry, Here is the link
Hi there,
can you retry adding the link in the Private Information box in your reply. The other link got removed somehow
Here it is...
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?