badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Menu item 'navigation' in tablet and mobile view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44563
    info200
    Participant

    When my website is viewed on a tablet or mobile a menu item ‘navigation’ is added. This menu item does nothing.
    When viewed on a pc screen this doesn’t happen.
    What can I do?

    #44609

    Hi there,

    The “Navigation” is a default menu that will only show up in smaller devices but not in desktop view. This menu will link to your home page and will be selected when none of the other menus are selected.

    Anyways you can try below code to remove the navigation Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .tinynav option:last-child {
        display: none;
    }

    Thank you!

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