[Resolved] Unnecessary icon in menu

Home Forums Support [Resolved] Unnecessary icon in menu

Home Forums Support Unnecessary icon in menu

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

    Hi!
    I don’t have any pages in the menu. In the menu I only have a search option. Unfortunately, in the mobile menu is unnecessary icon (three strips). How to remove this icon?
    My website – http://marcinszkodzinski.pl

    #361979
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    @media (max-width: 768px) {
        .menu-toggle {
            display: none !important;
        }
    
        #site-navigation {
            background-color: #222;
        }
    
        .mobile-bar-items {
            position: relative;
            float: right;
        }
    }
    #362005
    Marcin

    Thanks!

    #362256
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.