Colby1126 Posted February 1, 2022 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
tuanphan Posted February 3, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment