Say, I’m trying to slightly round the edges of the form buttons to match the rest of the website. Not sure what CSS to enter to do that. Here is a page to see how buttons currently look. https://lincolnveteransparade.org/donate-now/
Hi @rkassebaum,
Please add this custom CSS under Theme Options > CSS:
.ninja-forms-field[type="button"] {
border-radius: 10px;
}

Hope it helps 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.