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" button on menu bar (no caching issue)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6329
    andreapater
    Participant

    Hi, thanks for this great theme.

    How can I disable the “Navigation” button appeared on menu bar?

    I’ve read here a topic on this issue; I already tried to empty all caches and it didn’t work.

    Thanks a lot
    Andrea

    Link: wordpresseditor.it/wordpress

    #6452
    Sanjip Shah
    Participant

    @andreapater It looks like you have edited the css which has caused this issue. In our css there is this bit of code

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

    It looks like you have written some css to overwrite it. Please check on it.

    #6464
    andreapater
    Participant

    THANK YOU Sanjip! I managed to remove the “navigation” button. Unfortunately, I lost the menu centering.
    May you help me please?Website: wordpresseditor.it/wordpress; CSS portion:

    }
    #access ul {
    }
    #access li {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 0;
    }
    #access li.default-menu {
    display: none;
    }
    #access a {
    color: #777;
    display: block;
    text-align: center;
    word-spacing: 30px;
    font-size: 18px;
    padding: 20px 0 0;
    height: 39px;
    }

    #6514
    Sanjip Shah
    Participant
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.