• Resolved prak1

    (@prak1)


    Is this the CSS ID of the form submit button “forminator-button.forminator-button-submit” ?

    Please help me. I would like to give a curved border and a red background color to the submit button.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @prak1 ,

    Yes, what you have pointed would be the one. You only need to use .forminator-button-submit class.

    For example:

    .forminator-button-submit {
        border-radius: 10px;
        background: red;
    }

    The CSS can be added within the Form side ie once ou edit the form, under Appearance > Custom CSS.

    I hope this helps. Have a nice day ahead.

    Best Regards,
    Nithin

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @prak1

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional question or problem.

    Best Regards
    Patrick Freitas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I style the “submit” button of this form?’ is closed to new replies.