Colby1126 Posted February 1, 2022 Share Posted February 1, 2022 Site URL: https://audreykester.com Hello, I'm wondering if it's possible to remove the announcement bar from mobile using CSS or another setting. As you can see in the screenshot, the announcement bar on mobile goes onto three lines which I really dislike. Any help is much appreciated 🙂  Site password is colby Link to comment
tuanphan Posted February 3, 2022 Share Posted February 3, 2022 Add to Design > Custom CSS @media screen and (max-width:767px) { div.sqs-announcement-bar-dropzone { display: none !important; } }  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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment