Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1490980
    #1490987

    Would you like to hide only the logo image or both the logo image and navigation?
    Would you like to hide it on small screen sizes or exclusively on mobile devices?

    #1490994

    Only logo image on small screen size like tablet in vertical mode and mobile devices too

    #1490999

    Hi,

    Please try this CSS instead:

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

    Best regards,
    Rikard

    #1491372

    Would it be possibile to have logo visible everywhere (mobile and desktop too) but non in home page in either version?

    #1491373

    Sorry, I solved with this .page-id-79 logo { display: none !important; }

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo visible only on mobile version’ is closed to new replies.