Prevent Submit Button from changing color on hover
-
Hi,
I have a form with a Submit button. When I hover over the button, it changes color. All the other buttons on my site do not do that.
To make it consistent, I could either change the other buttons to work the same or change the form button to stop doing that.
I tried various css to stop the form button from changing on hover such as background transparent and setting the background color the same as the button color.
But nothing worked.
Is the background color on hover the correct css to be looking at for this?
I have CSS to make the button text bold, and that works. But adding in the hover action and background color didn’t take.
(FWIW, I think changing the other page buttons is the best option but I when I tried making my other page buttons act the same on hover, I had no success.)
The page I need help with: [log in to see the link]
- The topic ‘Prevent Submit Button from changing color on hover’ is closed to new replies.