https://www.tonguetie.org.uk/
I have tried
.x-btn:hover, .button:hover, [type=“submit”]:hover {
text-shadow: unset !important;
}
and
.x-btn.x-btn-flat, .x-btn.x-btn-flat:hover {
text-shadow: none;
}
but I’m still getting a shadow on the text - are you able to help please?