Okay
  Public Ticket #3449799
Mega Menu
Closed

Comments

  •  9
    Shane started the conversation

    Hi guys, 

    On your demo site, in the mega menu under Portfolio, the first panel  has the word Portfolio. When I hover over it, the word Portfolio doesn't underline to indicate a link, which is exactly how I would like mine. 

    When you go to www.boxhouse.com, under BOXHOUSE INFORMATION, you will see that the words boxhouse information, when hovered, initiate the underline animation. How do I make that go away?

    Other than that, I'm loving the mega menu styling!!

    Thank you for all of your hard work :)

    Shane

    Attached files:  Screenshot 2023-09-01 at 5.07.06 PM.png

  •  279
    Noah replied

    Hi Shane,

    Can you change the underline animation on hover from salient \ header navigation - animation effects - Header Link Hover/Active Effect?

    Cheers.

  •  9
    Shane replied

    Hi Noah,

    That does not stop the underlining of the title. The main navigation is color change, but the mega menu still underlines.

    Attached files:  Screenshot 2023-09-05 at 1.32.30 PM.png

  •  9
    Shane replied

    I like that it underlines in the mega menu, just not the first word in the first panel, as it is on your demo site. PORTFOLIO does not underline

  •  9
    Shane replied

    See screenshot.

    Attached files:  Screenshot 2023-09-05 at 1.37.58 PM.png

  •  279
    Noah replied

    Hi Shane,

    Can you try the following CSS to remove the underline effect:

    #header-outer li.menu-item .nectar-ext-menu-item .menu-title-text{
      background:none;
    }
    

    add it to salient \ general settings - css script related - custom css code.

    Cheers.


  •  9
    Shane replied

    That worked; thank you so much!

    Attached files:  Screenshot 2023-09-05 at 1.48.27 PM.png