Ahoy –
Anyway to make it so when I rollover the button in the contact form it goes semi transparent like the other buttons?
I followed this thread to change the color https://kriesi.at/support/topic/changing-button-and-font-color-of-submit-button-in-contact-form/
just wondering if there is a way to make it match…
Hi mcraig77!
Add this to your custom CSS.
input[type="submit"]:hover {
background: rgba(255,255,255,0.9) !important;
}
Cheers!
Elliott
Looks good. Anyway tin increase the font of the text in that button?