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*

Reply To: Menu item 'navigation' in tablet and mobile view

#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!