Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @karlrose2000,

    There’s no option yet in Forminator to center the button but it can easily be done with some CSS.

    All you need to do is edit your form in question, navigate to Appearance tab and at the bottom of that page enable Custom CSS.
    In the field paste this CSS code and that should do the trick:

    .forminator-row-last .forminator-field {
        text-align: center;
    }

    When you add the code make sure to clear any caching on your end to ensure that you’re seeing the change.

    Cheers,
    Predrag

    Thread Starter karlrose2000

    (@karlrose2000)

    OK. I will try that. One last question, how do i adjust the size and shape?
    I want a button that is similar to the following web site….
    https://www.del-led-signs.com/

    how do i do this in a custom css???

    Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @karlrose2000

    This should be possible with this code
    #forminator-module-4114 .forminator-row-last .forminator-button-submit {}
    where 4114 is an ID of your form.

    Example:
    #forminator-module-4114 .forminator-row-last .forminator-button-submit {border-radius:15px !important;}

    Kind Regards,
    Kris

    Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hi there @karlrose2000

    We haven’t heard back from you in over a week, so I’ll go ahead and mark this thread resolved.

    Please don’t hesitate to let us know if you need any further help.

    Cheers!
    Patrick

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘style submit button’ is closed to new replies.