Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1109614

    All of the buttons on the website have round corners, except one that is in a NinjaForms form. By default, the form button has a plain grey style, but within the NF plugin, you can apply an extra class. With the class “button” applied, the button takes on the colours of the theme settings. The only feature that it hasn’t taken on is the rounded corners. I’ve tried creating a new class in CSS but can’t get it to have round corners.

    #1109742

    Hey m,

    Add this to quick css:

    #nf-field-4.button{
    border-radius:50px!important;
    }

    Best regards,
    Jordan Shannon

    #1111463

    Thank you!!!

    #1111525

    Hi,

    I’m happy to help, if you need anything else please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customizing a button in a NinjaForms form’ is closed to new replies.