Add this css in your edit code > theme.css File
.header__primary-nav-item:before{
display:none;
}
Main issue: remove the underline appearing under Prestige theme’s mega menu (and standard menu items).
Key actions/attempts:
Outcome: Original requester confirmed the final CSS removed the underline. Issue resolved for the initial store. Screenshots were shared to illustrate the underline.
Open items: A new participant asked for help with the same underline issue and how to make the mega menu horizontal instead of vertical (site link provided). No solution posted yet for the horizontal layout; discussion remains open for that request.
Add this css in your edit code > theme.css File
.header__primary-nav-item:before{
display:none;
}