Maybe it’s a simple task, but I certainly can’t seem to figure it out… how can I disable/hide the small icons that appear to the left of each mobile menu item?
Hi breakpoint!
Add this to your custom CSS.
#mobile-advanced a:before {
display: none !important;
}
Best regards,
Elliott
Many thanks!