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*

Navigation on the menu bar

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13619
    Santhi Wijaya
    Participant

    Hi, after my website went online I noticed that there is an added element to the menu bar called “NAVIGATION.” I’ve searched through the forum and found out that the theme automatically creates this when we haven’t set any page as the home page. But, here’s the thing, I’ve already set a page as my home page and it still comes up in both desktop and mobile site. Please help. thank you

    #13667

    Hi Santhi,

    To remove it Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    li.default-menu {
        display: none;
    }

    Thank you!

    #13680
    Santhi Wijaya
    Participant

    Hi, the code is not working, “NAVIGATION” is still visible. Here is the site URL: http://www.dermagakeluargahotel.com

    #15799

    Hi Santhi,

    Sorry add below code and remove previous one.

    #access li.default-menu {
    display: none;
    }

    Thank you!

    #15871
    Santhi Wijaya
    Participant

    Hi, the code works! Thank you so much 🙂

    #16019

    That’s great Santhi Wijaya

    Thank you!

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