neisako Posted September 18, 2019 Posted September 18, 2019 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?
tuanphan Posted September 18, 2019 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
neisako Posted September 18, 2019 Author 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?
tuanphan Posted September 18, 2019 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
jsn_bcs Posted January 5, 2021 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; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.