Guys,
How can I edit the “Send” button in the Contact page in a way that goes from the current Fucsia/White –> Grey/White (when hovered) to Fucsia/White –> White/Fucsia (when hovered)?
Many thanks
Hey maschera!
Add this to your custom CSS.
.form_element input.button:hover { background-color: white !important; color: fuscia !important; }
Cheers!
Elliott
Hi Elliott, just tried but the text stays white (I’ve also tried with color: fucsia). And there’s also a little line on the bottom.
Hi!
I just copied the color code from your previous post but it looks like you spelled fuchsia wrong. Use this.
.form_element input.button:hover { background-color: white !important; color: fuchsia !important; border-color: transparent !important; }
Cheers!
Elliott
Spot on! ;)
Hi!
Glad to know Elliott could get things sorted for you.
Please let us know if you ever need any help in the future.
Cheers!
Dake