I have a SUBMIT button on my contact form (created with Ninjas Form) and I would like to style this button so it looks like the other buttons on my website (whose style is nectar-button large see-through-2).
I tied to style the button by setting the font, color, etc. in the Salient CSS box, like this:
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Hi!
I have a SUBMIT button on my contact form (created with Ninjas Form) and I would like to style this button so it looks like the other buttons on my website (whose style is nectar-button large see-through-2).
I tied to style the button by setting the font, color, etc. in the Salient CSS box, like this:
#nf-field-4 {
font-family: "open-sans", sans-serif !important;
font-style: normal !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 0.1em !important;
font-size: 16px !important;
}
But I can't get it exactly right...
Any bits of code that could help?
Thanks!
Chloé
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thanks Tahir, it works perfectly!