• Join the Best Wordpress and Elementor Support forum

    Provide or get advice on everything Elementor and Wordpress, ask questions, gain confirmation or just become apart of a friendly, like minded community who love Wordpress and Elementor


    Join us!

Rotate sub menu arrow in hover mode

baitasite

baitasite

New Member
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?

CSS:
.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
 
baitasite

baitasite

New Member
SOLVED!

Code:
.elementor-item.highlighted i{
    transform: rotate(180deg);
    transition: 0.5s all;
}
 

Latest Resources

Other Elementor Resources

elementor official

Still stuck? Ask the forum

Post your question with a screenshot and a link if you can, and a member will usually reply within a day. Free to join, no sales pitch.

Create a free account
Top