• Resolved silentblast

    (@silentblast)


    Seems that now the material theme option does not display custom css:
    in our case we wanted a rounded button with padding:
    #forminator-submit {border-radius: 40px; padding: 18px;}

Viewing 1 replies (of 1 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @silentblast

    Hope you are doing well!

    Please try the following CSS code:

    button.forminator-button.forminator-button-submit {
    border-radius: 40px !important; 
    padding: 18px !important;
    }

    Add this code into the theme’s CSS Editor or to Appearance > Customize > Additional CSS.

    Hope this helps!

    Cheers,
    Nastia

Viewing 1 replies (of 1 total)

The topic ‘Submit button CSS’ is closed to new replies.