Hi, How do i remove the bottom shaodow line on the full width sub menu without removing the vertuicle line between the menu items?
Hey dreyerjm,
Thank you for the inquiry.
Are you referring to the white bottom border? Please try to add the following css code to remove it.
#top .av-submenu-container {
border-bottom: 0;
}
Best regards,
Ismael
Great Thanks!
