Hola
Puedes probar con el siguiente código CSS:
button:hover, button:focus,
.contributor-posts-link:hover, input[type="button"]:hover,
input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover,
input[type="submit"]:focus{
background:blue;
}
Puedes cambiar blue por algún código de color.
Puedes agregar este código al final de tu archivo style.css o mejor de tu child-theme o desde el personalizador del theme en la opción CSS
Saludos.