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

    Hi,

    I’m trying to get the menu items too underline when you hover over them but I can’t seem to get it to work.

    An example of that is going to the menu item Solutions > • Prescriptive Analytics

    Thanks!

    #1422193

    Hi MikeTandySwag,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #header_main .avia_mega_menu_columns_3 .sub-menu > li > a:hover >.avia-menu-text {
        text-decoration: underline;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1423022

    Thank you! That worked!

    How can I adjust the line height on “Performance Management Platform” menu item?

    Thanks!

    #1423044

    Hi,

    Thanks for the update. I’m not sure I fully understand your intentions, could you try explain what you are looking to achive a bit further please?

    Best regards,
    Rikard

    #1423053

    Of course! For the menu item “Performance Management Platform” when the word “Platform” drops to the second line I’d like the make the line height gap smaller so the word “Platform” doesn’t look like another menu item.

    #1423075

    Hi MikeTandySwag,

    Thanks for giving us the context, please add this CSS code:

    #top #header .avia_mega_div > .sub-menu > li > ul > li a {
        line-height: 1.2 !important;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    Best regards,
    Nikko

    #1423146

    Awesome! Thank you!

    #1423157

    Hi MikeTandySwag,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Underline on Mega Menu Items’ is closed to new replies.