Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1034848

    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?

    #1034866

    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

    #1034877

    Thanks for the quick reply. That worked fine.

    #1034882

    Hi,

    I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing burger/mobile menu icon’ is closed to new replies.