Search for: Log In Free Support [Resolved] Logo mobile Home › Forums › Support › Logo mobile This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 12, 2017 at 6:28 am #263330 Leon Hi! I would like to make the logo invisible for mobile/tablet users. My Logo is too big and I would like to not show the logo at all for mobile and tablet users. Is this possible? Thanks so much! Great work! January 12, 2017 at 6:36 am #263333 LeoStaff Customer Support Hi Leon, Try this CSS: @media (max-width: 768px) { .site-logo { display: none; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 12, 2017 at 6:41 am #263336 Leon Thanks. Works perfect! January 12, 2017 at 6:43 am #263340 LeoStaff Customer Support Glad I can help! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ 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