Hallo,
ich hätte gerne, dass sich der Button bei mouseover rot verfärbt. Wie bekomme ich das hin?
Schon mal vielen Dank!
Viele Grüße
Janina
Hi Janinifee!
Add this to your custom CSS.
.avia-button:hover { background: red !important; border-color: red !important; }
Regards,
Elliott
Danke Elliott!