Schönen guten Tag Support-Team,
gibt es eine Möglichkeit die Buttonhoverfarbe zu verändern?
Derzeit habe ich die Ursprungsfarbe auf ein Gelb gesetzt und die Schriftfarbe als Schwarz. Wenn ich nun mit der Maus über den Button hovere, wird mir der gewünschte Pfeil angezeigt aber der Button selbst leicht verdunkelt. Anstelle des abdunkelns, hätte ich gerne die Orange Farbe wie unten in der Kontaktzeile.
Die Website entsteht im Auftrag eines Kunden und ich benötige hier etwas hilfe.
Vielen Dank schon einmal im vorraus.
LG Marcel
Hi Marcel,
If you want the hover colour to apply to only one or a few buttons, then please add a class to it in the element options. After that we can target the CSS for you more specifically. If you want it to apply to all your buttons, then please try this in Quick CSS:
a.avia-button:hover {
background-color: red;
}
Best regards,
Rikard
Thank you! That helped me alot!
a.avia-button:hover {
background-color: #ffb535 !important;
border-color: #ffb535 !important;
}
Hi,
Great, I’m glad that you got it working and thanks for sharing your solution. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Close it, thanks!
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon