Arrow and Plus Sign

For website https://keegans1.sg-host.com/ when in responsive mode (side menu) I'm seeing both an arrow AND a plus sign for dropdown parent to child pages. Any advice on how to fix? Thank you! :)


Comments

  • Hi,

    Please, put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    @media only screen and (max-width: 1240px){
       .menuo-arrows:not(.keyboard-support) #Top_bar .menu > li.submenu > a:not(.menu-toggle)::after{
       display: none!important;
     }
    }
    

    Thanks

Sign In or Register to comment.