Hi Dudes
Ive tried this several times with no joy here
I change the hover state of the forms submit button in the CSS, but it wont change colour
currently garish #BA6BC4
but i want it to be
#40196C
Hi Dudes
Ive tried this several times with no joy here
I change the hover state of the forms submit button in the CSS, but it wont change colour
currently garish #BA6BC4
but i want it to be
#40196C
The garish styles are coming from https://www.neuroknowhow.com/wp-content/themes/organic_nonprofit/includes/organic_gforms.css
You can override that in one of your stylesheets by adding this:
[css]
body .gform_wrapper form input.button:hover {
color:#FFFFFF;
background: #40196C;
border: 1px solid #40196C;
}