Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #508542

    I would like to completely disable the mobile menu icons. Is this a new built in feature. I can’t seem to find where to “turn off” or customize it.

    #508564

    Hi Jason!

    Your talking about the arrows on the list items correct? Add this to your custom CSS.

    #mobile-advanced li a::before {
        display: none;
    }

    Regards,
    Elliott

    #508573

    Boom! That helped! Many thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How do I hide the mobile menu icons?’ is closed to new replies.