Hi, kann ich die Buttons so tauschen
das der Hover Effekt zuerst da ist, dann der normale Button.
Einfach vom Effekt nur umgekehrt.
Danke
Hey Reinhard,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-button:hover {
opacity: 1;
}
.avia-button {
opacity: 0.9;
}
Best regards,
Yigit
Perfekt – Thx