
I’d like to remove the chevrons from the drop down menubar … if possible ?
Many thanks if anyone knows how.
Jol

I’d like to remove the chevrons from the drop down menubar … if possible ?
Many thanks if anyone knows how.
Jol
You can try this custom CSS in the page CSS
div[x-data="desktopSubmenu"] svg {
display: none;
}