I’m using interactions to show a sub menu element on my header when the mouse enters the parent element. The “Show element” action changes the display property from “none” to “block”. Is it possible to customize the display property to be something else like “flex”?
Could you instead use interactions to toggle a class that has display: flex?
Oh, hey. I did not even of think of doing it that way. That works perfect, thanks!