Mobile menu icons and not staying open

The mobile menu is showing a '+' sign and a down triangler icon for the sub menu items which my clients are finding confusing. Cannot see where the additional icon is being generated.

In addition, some users have reported that on a tablet, the menu does not stay open when the icons for sub menu are clicked. Menu opens and instantly closes. I can recreate this on my Samsung tablet.


Thank you.

Comments

  • Hi,

    Please, put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS, and check if the problem persist.

    @media only screen and (max-width:1239px){
       #Top_bar #menu ul li a:not(.menu-toggle)::after{
       display: none!important;
     }
    }
    

    Thanks

  • That fixed it, thank you.

Sign In or Register to comment.