Hello
I have an Enfold contact form set up and want to change the submit button to a button with rounded corners to a circle is this possible with quick CSS? Thank you
Hey sensiblekaren,
Thank you for your question, try adding the custom class “round-submit” to your contact form element
then add this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
.avia_ajax_form.round-submit .button {
border-radius: 100px;
min-height: 142px;
}
this is the result on the basic Enfold demo:
you can adjust to suit your site.
Best regards,
Mike