Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #484503

    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

    #484567

    Hey maschera!

    Add this to your custom CSS.

    .form_element input.button:hover { background-color: white !important; color: fuscia !important; }
    

    Cheers!
    Elliott

    #484570

    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.

    #484596

    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

    #484604

    Spot on! ;)

    #484842

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Editing the contact button color’ is closed to new replies.