Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #164177
    Appleseed
    Participant

    hello
    Please, I would like to make disappear the main menu (primary menu) on top of theme. Especially in the mobile version, eliminate the hamburger button menu.
    please, could you help me?

    #164193
    Appleseed
    Participant

    ok, I don´t know how, but I´ve able to suppress main menu with this:

    .main-navigation {
    display: none;
    }

    But this is not found with the mobile versión. How can I suppress the MENU button?
    https://www.google.com/search?q=menu+button&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjTzoalnoLgAhU1RRUIHSv0DtYQ_AUIDigB&biw=1920&bih=889#imgrc=tIwmJieZkG0kXM:

    #164198
    Appleseed
    Participant

    omg sorry again for the inconvenience
    Finally I´ve found the solution for eliminate the button (mobile version)

    .menu-toggle {
    display: none;
    }

    regards

    #164208
    Skandha
    Participant

    @appleseed: Glad you were able to figure it out. Let me know if you have anymore issues.

    Kind Regards,
    Skandha

    #164242
    Appleseed
    Participant

    For the moment, everything perfect
    Thank you!

    #164576
    dianoia
    Participant

    Hi, I have another problem with this primary menu button:
    I don’t want this ‘plastic’ grey menu button in the mobile version but a ‘hamburger’ menu button.
    Thanks for your help!

    #164618
    Skandha
    Participant

    @dianoia: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-toggle {
    	visibility:hidden;
    }
    
    #menu-toggle::before {
        content: '\f419';
        font-family: genericons;
        visibility: visible;
        color: #fff;
        font-size: 20px; 
     }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #164674
    dianoia
    Participant

    Yeah, that works – thanks!
    I’ve added

    margin-right: -50px;

    to get the Button into the corner. Could that be a problem? It looks fine in the preview of the customizer and on my Samsung mobile.

    Kind regards,
    Jens

    #164721
    Skandha
    Participant

    @dianoia: That looks fine Jens.

    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/rock-star/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘deactivate primary menu in "rock star" theme’ is closed to new replies.