Home › Forums › Support › Remove site logo on mobile This topic has 3 replies, 2 voices, and was last updated 2 years, 9 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 21, 2022 at 3:43 am #2469182 Salty Communication Hi! I am using this CSS to remove the site logo on desktop on specific pages: .page-id-498 .site-header .site-logo { display: none; } How do I make work also on mobile and tablet? And is there a way to include all the pages but not the front page? Thanks! December 21, 2022 at 5:09 am #2469263 DavidStaff Customer Support So the mobile header is enabled and it has its own site-logo but its inside the #mobile-header not the .site-header Change your CSS to this: .page-id-498 .site-logo { display: none !important; } Then it will handle all site-logos regardless of where they are December 21, 2022 at 5:41 am #2469303 Salty Communication David, the savior! Thanks and merry christmas. December 21, 2022 at 6:02 am #2469320 DavidStaff Customer Support You’re welcome – and Merry Christmas!! 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