Archived topic
Use Standard Button Content Element On Contact Form 7
5 replies · Started by Tobias on December 2, 2020
Hi,
How do I change the "Submit" button on Contact Form 7 to match the standard button content element, that I can choose to add on pages and posts.
The "Submit" button on Contact Form 7 has square corners, and I want them to match the standard button, that has round corners.
Thanks.
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Site added in private information field.
Hi Tobias,
Try this css:
input.wpcf7-submit {
border-radius: 28px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know!
That worked - thanks.
Great!
You are welcome :)