Button Hover

How to get it so that nothing changes when the button is hovered over? I want it to just stay white. The url is http://viybhealth.com/ . Thanks!

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSSĀ in appearance - customize - additional CSS

a.btn.btn-lg.btn-filled:hover {
background: transparent !important;
color: black;
}

Thanks!
Colorlib Support Team