This topic has 1 reply, 2 voices, and was last updated 9 years by Catalin.

  • Author
  • #31495
     mdavide
    Participant

    Hi, is it possible to not show the primary menu on mobile devices?

    Thanks

    Davide

    #31525
     Catalin
    Moderator

    add this to your style.css file from your child theme:

    COPY CODE
    
    
    @media only screen and (max-width: 767px) {
    
    .top-bar
    {
      display:none !important;
    }
    
    }
    
    

    let me know if this helps.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?