Hello,
Default contact from is not working due to host mail() . So, I installed WP SMTP plugin and created a WP form.
Now the form is working, but CSS is not compatible.
I have one more question.
Most probably very easy, but I’m not web developer so I couldn’t do it.
I tried to add hover action to the submit button.
Is it possible to send a hover CSS to change the text color white and background black (i.e. opposite of the button color-text and background)?
I tried like that, but not working:
div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button:hover { background: #000; color: #fff; }