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 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
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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment