Add 'How to correct the BeTheme overlay on the submit button'

master
Mehran Dehghanian 4 years ago
parent b333ab2752
commit 8f875de02a

@ -0,0 +1,11 @@
Add this css to global css of the theme:
```
.wpforms-page-button:after,
.wpforms-submit:after {
display: none !important;
}
```
source:
https://wpforms.com/developers/how-to-correct-the-be-theme-overlay-on-the-submit-button/
Loading…
Cancel
Save