• Resolved vaskrupp

    (@vaskrupp)


    Hi!

    I’m using Material Design for Contact form 7 plugin and I’m trying to change the size of a submit button.

    I don’t see an easy way of doing that. Can you give me a hint?

Viewing 1 replies (of 1 total)
  • Plugin Author GusRuss89

    (@gusruss89)

    Hi @vaskrupp

    You can do this with some custom CSS. Add this under Appearance > Customize > Material Design Forms > Custom CSS, then play with the pixel values to get it to your liking.

    #cf7md-form .mdc-button {
        font-size: 20px;
        padding: 20px 40px;
        height: 75px;
        width: 100%; /* Delete this line if you don't want it to be full-width */
    }

    Thanks,
    Angus

Viewing 1 replies (of 1 total)
  • The topic ‘Change size of a submit button’ is closed to new replies.