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

    Maybe it’s a simple task, but I certainly can’t seem to figure it out… how can I disable/hide the small icons that appear to the left of each mobile menu item?

    #509512

    Hi breakpoint!

    Add this to your custom CSS.

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

    Best regards,
    Elliott

    #509513

    Many thanks!

    #509780

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable icons on mobile menu’ is closed to new replies.