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

    (@gusruss89)

    Hi @2020media,

    You can do this with some custom CSS (add it under Appearance > Customize > Material design Forms > Custom CSS).

    #cf7md-form .cf7md-submit-btn {
        width: 100%;
        background: red !important;
    }
    #cf7md-form .cf7md-submit-btn:hover {
        background: blue !important; /* Hover colour */
    }

    Hope that helps 🙂

    Thanks,
    Angus

Viewing 1 replies (of 1 total)

The topic ‘Full width button’ is closed to new replies.