Home › Forums › WoodMart support forum › Button Background color on Mouse hover changes to some other – Seems a Glitch › Reply To: Button Background color on Mouse hover changes to some other – Seems a Glitch
April 4, 2022 at 7:57 am
#366121
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
body .wd-button-wrapper .btn {
box-shadow: none;
}
body .btn.btn-style-3d:hover {
opacity: 1;
}
Regards