Forminator is an excellent WordPress forms plugin. Follow these steps to remove the default shadow hover effect on a forms submit button.
- Login to your WordPress site admin.
- Go to Forminator Pro > Forms
- Click to edit a form.
- Click the Appearance link (top-left).
- Scroll down and click the Enable Custom CSS toggle button.
- Paste the CSS code (see below) into the custom CSS field.
- Click the Update button (top-right) to save your edits.
- Click the Preview button (top-right) to preview the form.
The CSS Code:
button.forminator-button.forminator-button-submit {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
Enjoy!
Recent Comments