Help with mobile menu

Home Forums Gillion Theme Help with mobile menu

Home Forums Gillion Theme Help with mobile menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • borishar
    Participant
    1. The issue is that links from the top bar and from the header menu both appear in the mobile menu and I have no access to disabling the top bar links from appearing in the mobile.
    2. The second issue is that the searches appear twice on the mobile menu: a search icon from the header menu is there and a search bar is at the bottom also. Please look how it makes the menu look unprofessional.
    Attachments:
    You must be logged in to view attached files.

    borishar
    Participant

    Hi @borishar,

     

    I hope you are well today and thank you for your question.

     

    You can remove that duplication on mobile by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #header-mobile li.menu-item:last-child,
    #header-mobile li.menu-item.sh-nav-search.sh-nav-special {
        display: none;
    }

     

    Best regards,
    Shufflehound team

Viewing 3 posts - 1 through 3 (of 3 total)