[Resolved] Contact Form Submit Button

Home Forums Support [Resolved] Contact Form Submit Button

Home Forums Support Contact Form Submit Button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1342542
    Jeff

    How can I change the contact form button to look like the theme block button?

    #1342572
    David
    Staff
    Customer Support

    Hi there,

    adding this CSS will add round corners to all the theme and form buttons:

    button, html input[type=button], input[type=reset], input[type=submit] {
        border-radius: 28px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1342580
    Jeff

    Awesome thanks that worked!

    #1342582
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.