Hallo,
ich habe mehrere Spalten und möchte bei Hover, dass sicher der Hintergrund weich ändert und die Spalte etwas vergrößert wird. Bisher habe ich:
.Werte_column_1_hover:hover {
background-color: green!important;
}
Hier ist die Färbung aber hart (ohne Übergang) und die Vergrößerung fehlt mir auch noch.
Vielen Dank!
Hey zeadZeven,
Thank you for using Enfold.
You should add the transition property to create a color switch animation.
// https://www.w3schools.com/css/css3_transitions.asp
Example:
.Werte_column_1_hover:hover {
background-color: green!important;
transition: all 2s;
}
Let us know if you need help with that.
Best regards,
Ismael
Hey Ismael,
oh yeah, this is pretty awesome! Is there also an option to make the whole column including the font a little bit bigger bei hover?
Best zZ
Hi,
This is possible but would require quite a bit of css and/or JS that goes beyond the scope of support in the forums, especially for smooth transitions. This would likely require a freelancer.
Best regards,
Jordan Shannon
Ok, thanks a lot!
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon