neisako Posted September 18, 2019 Share Posted September 18, 2019 (edited) I'm working with Jasper template and using site logo as .png image. How can I hide site logo or place different logo image in Mobile menu only? Edited September 18, 2019 by neisako Initial Revision Link to comment
tuanphan Posted September 18, 2019 Share Posted September 18, 2019 @neisako try adding this code to Home > Design > Custom CSS @media screen and (max-width:640px) { .Header-branding { display: none; } } Reference: https://beaverhero.com/jaunt-template-squarespace/#Hide_Logo Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
neisako Posted September 18, 2019 Author Share Posted September 18, 2019 @taunphan thanks for the reply, but I didn't ask my question correctly. I would like to hide the logo image when the Mobile menu is open if possible? Link to comment
tuanphan Posted September 18, 2019 Share Posted September 18, 2019 @neisako yes, you can with custom JavaScript/jQuery. But it is beyond my level. Hope someone else will help you. You can also post on Facebook (Squarespace Community, Squarespace Customize Resource Group,...), because questions like this, it will be difficult for someone to help, because it takes time to check & find javaScript/jQuery.. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
neisako Posted September 18, 2019 Author Share Posted September 18, 2019 Thank you for the advice. Link to comment
jsn_bcs Posted January 5, 2021 Share Posted January 5, 2021 Old thread, but I found some success with this line of CSS (for Squarespace 7.1): .header--menu-open .header-title-logo img { display: none; } tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment