I’ve had comments from some users that they can’t find any menu when viewing my website on a mobile phone. The menu collapses to a three lines symbol (I assume this is what is meant by a burger) when the screen is small, but some people don’t recognise this as a menu -is there some way I can put the word ‘Menu’ underneath this symbol?
Hey FFAlan,
Sure. Add this to quick css:
@media only screen and (max-width: 767px) {
.responsive #top .av_mobile_menu_tablet .av-main-nav .av-burger-menu-main.menu-item-avia-special a:after {
content: 'Menu';
color: #fff;
display: block;
line-height: 10px;
margin-top: -20px;
}}
Best regards,
Jordan Shannon
Thanks for the quick reply. That worked fine.
Hi,
I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon