Hi Team,
how can I disable the color change for buttons hover globally?
Thanks and cheers,
Jan :)
Hi Jan!
You can use this CSS.
.avia-button:hover {
background: blue !important;
}
But I recommend just using the color options in the button shortcode.
Best regards,
Elliott
Hi Elliott,
thank you, I can change the hover color globally with that. Unfortunately, it still gets a little lighter. Could it be, that the theme overlays the color with something?
Please see for yourself: http://justcom-hamburg.de/reparaturen/iphone-reparatur/#toggle-id-1
Thanks,
Jan
PS: I think, the theme is adding a transparency. Could that create the effect of a lighter blue on hover?
Thanks,
Jan
Hey!
Try adding this to your custom CSS.
.avia-button:hover { opacity: 1 !important; }
Best regards,
Elliott
Hi Elliott,
perfect, that was it! :)
Cheers,
Jan