Submit button hoover style not working
Hi,
I am trying to style the hoover of the submit button but the settings does not apply, neither in backend or frontend.
I tyried to style the button from the plugin wp-admin back end, and also from the Elementor Style widget tab.
The only thing that is changing is the border color on hoover, but the text and button color on hoover are not changing.
Could you please let me know if there is a bug?
From my testing, this css should do it.
.el-button.fcom_primary_button:hover {
opacity: .8;
color: blue;
background: red;
border: 1px solid red;
font-size: 20px;
}