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!
Hi djshortkut!
use this code:
#top .av-custom-form-color .button:hover {
border-color: #018db0 !important;
}
Regards,
Andy
Thank you! You can close this thread