• 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)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    If you are and Elementor Pro user then you may have better results asking at the following sites.

    https://my.elementor.com/

    The developer also has a Facebook page for support as well.

    https://www.facebook.com/elemntor
    https://www.facebook.com/groups/Elementors/

    Thread Starter Anderson Narciso

    (@andersonnarciso)

    I’m not an Elementor Pro user, I’m just trying to help a friend with the issue. I wouldn’t necessarily want to bother supporting Elementor Pro, maybe someone in the WordPress community who uses Elementor and has a more advanced CSS knowledge could help us.

    I’d be eternally grateful if anyone else could help.

    Thread Starter Anderson Narciso

    (@andersonnarciso)

    SOLVED!

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

    (@jdembowski)

    Forum Moderator and Brute Squad

    I’m not an Elementor Pro user

    My bad. I thought you we as your profile URL site is running Elementor Pro v3.0.10. ??

    Thread Starter Anderson Narciso

    (@andersonnarciso)

    Relax, I didn’t know how to express myself because I’m not a good interpreter of the English language. I was saying that I was not a user of Elementor Pro on the website related to the doubts I published. But now I understood, that you meant that I “as a user and having an account in Elementor Pro, could take the direct doubt with them”

    Thanks for reply.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Rotate sub menu arrow in hover mode’ is closed to new replies.