Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #914375

    Hello,

    I couldn’t find any solution to my problem:
    I want to display the lines under the menu objects when you hover over them.
    Enfold Version: 4.9.4

    Thanks,
    Sebastian

    • This topic was modified 6 years, 9 months ago by 007sebinator.
    #914647

    Hey 007sebinator,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #914760

    Here you go:

    #914902

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #header #avia-menu li a:hover span.avia-menu-fx {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    if that doesn’t work try this one instead:

    #header #avia-menu li a:hover span.avia-menu-fx {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #915563

    That helped! Thanks so much guys!

    #915568

    Hi,

    Glad we could help :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    #915588

    Yes, please help me with this: https://kriesi.at/support/topic/slow-down-icon-list-animation/

    This thread can be closed.

    • This reply was modified 6 years, 9 months ago by 007sebinator.
    #915593

    Hi,

    Glad that we could help, We will go take a look at the other topic.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hover lines under main menu objects’ is closed to new replies.