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*

I would like to remove the word navigation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26030
    Marta
    Participant

    Hello,

    My main menu bar has a button called “Navigation” on it. I didn’t put it there, and I would like to eliminate it. That happens olny in small devices, but I would like to remove it. The web es: http://armonia.ws/wordpress/

    Thanks

    #26074

    HI Marta,

    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 -> 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;
    }

    Hope this will help.

    Thank you!

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