Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #720868

    Ahoy,

    How do I change the colors of the submit button when someone rolls over it?

    #720884

    Hey mcraig77,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #contact input[type='submit']:hover{
    	background-color: gold!important;
        color: #000!important;
        border-color: gold!important;
    }
    

    Best regards,
    Vinay

    #720892

    Thanks!

    #721336

    Hi,

    Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Contact Form submit text Color On Hover’ is closed to new replies.