Home Forums WoodMart support forum Customize button in Contact Forms

Customize button in Contact Forms

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

    Kerlifa
    Participant

    Hi,
    I need help how to switch button “send” from bordered to circled in Contact Form/Newsletter.
    Is there any chance to change it?

    #167387

    Hello,

    You can configure the shape of the button in the Theme settings > Style and color > Buttons https://prnt.sc/qm1bru

    If you want one certain button, please provide page URL and what styles do you want to change

    Best Regards

    #167395

    Kerlifa
    Participant

    I want to change this type of button to circled and also aligned to center.

    Attachments:
    You must be logged in to view attached files.
    #167451

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wpcf7-submit{
      display:block;
      margin:0 auto;
      border-radius:40%;  
    } 

    Increase or decrease 40% to make more rounded or less.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)