Hi @rayeason ,
Thanks for reaching out!
I wasn’t able to access the page you shared, as it’s asking for authentication (username/password), but I checked the screenshots you provided. It looks like the submit button’s background turns white on hover, making the text appear invisible.
To fix this, please try the following custom CSS snippet:
.wpforms-form input[type=submit]:hover,
.wpforms-form input[type=submit]:active,
.wpforms-form button[type=submit]:hover,
.wpforms-form button[type=submit]:active,
.wpforms-form .wpforms-page-button:hover,
.wpforms-form .wpforms-page-button:active {
background-color: #db790b !important; /* Darker orange background */
}
And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.
Hope this helps!
That worked, thank you so much.
Hi @rayeason ,
You’re welcome. Happy to help!
Your experience is important to us, and we’d love to hear what you think about using WPForms. Would you mind sharing a quick review? It only takes a minute and helps us keep improving!
Here’s the link to leave a review and in case you’d like some guidance, this article walks you through the process.
We appreciate your time and feedback!
Thanks 🙂