Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #467242

    I have a newsletter contact form at the bottom of this page with a “sign up” button. Upon hover the button has #018db0 as the background color however the white border doesn’t change to this color on hover. How can I have the border change to #018db0 as well upon hover. Can you please provide me with some quick css to do this please? Thank you!

    #467927

    Hi djshortkut!

    use this code:

    #top .av-custom-form-color .button:hover {
    border-color: #018db0 !important;
    }
    

    Regards,
    Andy

    #468093

    Thank you! You can close this thread

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Button Hover’ is closed to new replies.