Tagged: full width sub menu, separator
Hi Can the separator lines for the Full Width Sub Menu be removed with a setting or CSS?
Hey Snerp,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.av-submenu-container li a {
border: 0 !important;
}
Hope this helps.
Best regards,
Nikko
Perfect, thank you for the CSS!