Archived topic
Contact Form Submit Button
3 replies · Started by Jeff on June 26, 2020
Viewing posts 1–4 of 4
How can I change the contact form button to look like the theme block button?
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/
Awesome thanks that worked!
You're welcome
This archived topic is closed to new replies.