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

    How do I remove the underline from the locations and off site links under the about mega menu item?

    #1398883

    Hey Stretchspot,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab

    
    #top #header .avia_mega_div .sub-menu .avia_mega_text_block a {
      text-decoration: none;
    }
    

    Best regards,
    Yigit

    #1408724

    Hi – would you have an update to this CSS – I am using it but the underlines are still showing ups on the mega menu items.

    #1408745

    Hi annameis,

    Can you try adding this CSS code:

    #top #header .avia_mega_div {
        border-top: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1409036

    Thanks Nikko – but that did not work either. Any other thoughts?

    #1409201

    Hi annameis,

    Are you referring to the underline that only shows when you hover over the sub item? if yes, please remove the last code I gave and add this CSS code:

    #top #header #header_main .mega_menu_title a:hover {
        text-decoration: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1409227

    Yes – thank you that did it!

    #1409237

    Hi annameis,

    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 ‘Mega Menu Sub Items remove underline’ is closed to new replies.