Tagged: Mega Menu Links
How do I remove the underline from the locations and off site links under the about mega menu item?
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
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.
Hi annameis,
Can you try adding this CSS code:
#top #header .avia_mega_div {
border-top: none;
}
Hope it helps.
Best regards,
Nikko
Thanks Nikko – but that did not work either. Any other thoughts?
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
Yes – thank you that did it!
Hi annameis,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko