how can change form submit button radius
-
how can change form submit button radius
Hello,
Please provide the URL of the page to check it myself and help you out accordingly.
Best Regards
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS Section:
html .wpcf7 input[type=submit] {
border-radius: 15px;
}
Best Regards.
I am trying this but not work
html .wpcf7 input[type=submit] {
border-radius: 10px;
}
Hello,
The CSS should work. It seems that there are SYNTAX errors in the Custom CSS input.
Please make sure that there are no SYNTAX errors then check back.
If you are still unable then provide the admin panel login details of the website.
Best Regards