Okay
  Public Ticket #3415760
mega menu action line under text
Closed

Comments

  •  2
    ecuascott started the conversation

    I need to disactivate the underline action under the word "Projects". 

    Please see attachment.

    Attached files:  questions for salient-1.jpg

  •  8,860
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    a[href="#"]:hover > .nectar-ext-menu-item .menu-title-text {
        background-size: 0 !important;
    }



    ThemeNectar Support Team