Menu toggle not displaying

Hi

For some reason the menu toggle (I think that's what you call the + symbol) is not displaying on this site: https://brand.owenmumford.com/

I can open the menu to reveal the sub menu by clicking where the menu toggle should be, I just can't see it.

Thanks for your help.

James

Comments

  • Hi,

    Please, go to Betheme -> Theme options -> Custom CSS & JS -> CSS, and put there the following CSS code:

    #Header_creative.dropdown #Top_bar #menu ul li.submenu .menu-toggle:after{
       display: block;
       color: #ccc;
    }
    

    Thanks

Sign In or Register to comment.