Menu on mobile

Hi @movin

Hope you are well today.

I received some feedback about the mobile site and notice that not everybody can understand to click on the hamburger menu to open the mobile menu

Could it be possible to add the copy MENU on the left side of the tap button, making it clickable as well? Please see example here http://prntscr.com/d3qs6x

The font used in the desktop menu but in capital letters would be perfect!

thanks a lot in advance for you kind availability

Roberta

Hi Roberta,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS

.navbar-default .navbar-toggle:before {
    content: "MENU";
    display: block;
    position: absolute;
    top: 0px;
    left: -165%;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

Best Regards,
Movin