Hi,
how can those triangles (before each menu item in the responsive version of the main menu) be removed?
It would be great to know some class or CSS rules to just hide them (via display: none).
Thanks a lot!
Best, Simon
got it already.
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
display: none !important;
}
does it :-) topic can be closed.