Home › Forums › Support › is there a way to use css to hide the site logo when the website is not viewed o This topic has 3 replies, 2 voices, and was last updated 7 years ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 7, 2017 at 7:52 pm #381419 sdanbu Is there a way to use css to hide the site logo when the website is not viewed on desktop? I would like my logo to disappear when used on mobile devices in portrait mode. September 7, 2017 at 8:14 pm #381427 LeoStaff Customer Support Hi there, You can either try the mobile header without uploading a logo: https://docs.generatepress.com/article/mobile-header/ Or use this CSS: @media (max-width: 768px) { .site-logo { display: none; } } September 10, 2017 at 4:01 am #382658 sdanbu Thank you! September 10, 2017 at 9:09 am #382788 LeoStaff Customer Support No problem! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In