Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1328353

    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

    #1328363

    Hey sensiblekaren,
    Thank you for your question, try adding the custom class “round-submit” to your contact form element
    2021-11-09_001.jpg
    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:
    2021-11-09_002.jpg
    you can adjust to suit your site.

    Best regards,
    Mike

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