This topic has 2 replies, 2 voices, and was last updated 10 years by cali82.

  • Author
  • #26493
     cali82
    Participant

    Hello=)

    I was wondering how I could remove the menu and logo from the mobile css. I am creating an app and think I should just leave the logo within the app.

    Thanks!

    #26502
     Catalin
    Moderator

    Hello,

    Add this in your style.css file from your child theme:

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

    Let me know if this works.

    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
    #26521
     cali82
    Participant

    Thank you=)

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Re: Mobile Menu/Logo’ is closed to new replies.

Log in with your credentials

Forgot your details?