Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #312374

    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

    #312408

    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.

    • This reply was modified 10 years, 2 months ago by Simon.
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Responsive main menu: remove triangles from menu items’ is closed to new replies.