Rotate sub menu arrow in hover mode
-
Hello guys, I’m in need of a help that may even look “idiotic”, but how do I rotate 180g on the hover the Elementor sub-menu arrow?
.sub-arrow { transform: rotate(0deg); transition: all .20s ease-in; } .sub-arrow:hover { transform: rotate(180deg); }
This way the arrow rotates only if you hover your mouse on itself and not in the word that accompanies the arrow… Could someone help? It’s probably something with css i don’t know how to do
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Rotate sub menu arrow in hover mode’ is closed to new replies.