JaydenCruzL Posted September 7, 2020 Share Posted September 7, 2020 Site URL: https://www.useinpress.com/plans How can I hide the bottom header border in the mobile navigation? Link to comment
tuanphan Posted September 7, 2020 Share Posted September 7, 2020 Add to Home > Design > Custom CSS /* Remove mobile header border */ @media screen and (max-width:767px) { .header-announcement-bar-wrapper {border: none !important;} } IXStudio 1 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!) Link to comment
JaydenCruzL Posted September 8, 2020 Author Share Posted September 8, 2020 Is there a way to make the border disappear only when the mobile navigation opens? Link to comment
Solution IXStudio Posted September 8, 2020 Solution Share Posted September 8, 2020 (edited) Hi Follow to @tuanphan code. Replace that code with this code in Design -> Custom CSS @media screen and (max-width:767px) { body.header--menu-open .header-announcement-bar-wrapper {border:0 !important;} body:not(header--menu-open) .header-announcement-bar-wrapper {border-bottom: 1px solid #333 !important;} } Please use the like button if it helps you! Best, Leopold Edited September 8, 2020 by IXStudio JaydenCruzL 1 Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
ghostpep___ Posted February 25, 2023 Share Posted February 25, 2023 This code didn't work for me. This is my site: https://violet-conch-62zc.squarespace.com/ password is brineintopedro. Thanks /* Remove mobile header border */ @media screen and (max-width:767px) { .header-announcement-bar-wrapper {border: none !important;} } Link to comment
tuanphan Posted February 27, 2023 Share Posted February 27, 2023 On 2/25/2023 at 10:52 PM, ghostpep___ said: This code didn't work for me. This is my site: https://violet-conch-62zc.squarespace.com/ password is brineintopedro. Thanks /* Remove mobile header border */ @media screen and (max-width:767px) { .header-announcement-bar-wrapper {border: none !important;} } Remove this? 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!) Link to comment
ghostpep___ Posted February 27, 2023 Share Posted February 27, 2023 Yes please. Also trying to remove the border on a single page in full screen view. Link to comment
ghostpep___ Posted February 27, 2023 Share Posted February 27, 2023 The border around the image should be there, but not the double border. Link to comment
tuanphan Posted March 5, 2023 Share Posted March 5, 2023 Add to Design > Custom CSS @media screen and (max-width:767px) { .header-border { border: none !important; } } 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!) 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