GretchenElizabeth Posted October 22, 2021 Share Posted October 22, 2021 (edited) Site URL: http://www.alexandra-lyon.com Hi! Seeking help on this, is it possible to either hide the announcement bar when visitors are accessing the mobile menu or have the mobile menu cover the announcement bar completely? I still want the announcement bar visible on mobile just not on the menu. I'd like to achieve the effect below: Right now, the mobile menu displays like this: Any help is appreciated so much! Thank you! Edited October 23, 2021 by GretchenElizabeth Link to comment
tuanphan Posted October 25, 2021 Share Posted October 25, 2021 Hi, I don't see announcement bar. Can you enable it? 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
GretchenElizabeth Posted October 25, 2021 Author Share Posted October 25, 2021 Hi, it is disabled on the first page but shows up throughout the rest of the site like so: https://www.alexandra-lyon.com/course Thank you for your response 🙂 Link to comment
tuanphan Posted October 27, 2021 Share Posted October 27, 2021 On 10/26/2021 at 3:34 AM, GretchenElizabeth said: Hi, it is disabled on the first page but shows up throughout the rest of the site like so: https://www.alexandra-lyon.com/course Thank you for your response 🙂 Add to Design > Custom CSS /* Hide announcement bar on mobile only */ @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!) Link to comment
GretchenElizabeth Posted October 28, 2021 Author Share Posted October 28, 2021 (edited) Thank you @tuanphan! I really appreciate the help. Is it possible to have the announcement bar show up like normal when browsing on mobile but be disabled or covered up only when the menu is opened, like below? Thank you again for all your help! 🙏 Edited October 28, 2021 by GretchenElizabeth Link to comment
tuanphan Posted October 31, 2021 Share Posted October 31, 2021 On 10/28/2021 at 1:33 PM, GretchenElizabeth said: Thank you @tuanphan! I really appreciate the help. Is it possible to have the announcement bar show up like normal when browsing on mobile but be disabled or covered up only when the menu is opened, like below? Thank you again for all your help! 🙏 Add to Design > Custom CSS /* hide announcement bar when overlay menu is open */ body.header--menu-open .sqs-announcement-bar-dropzone { display: none; } daniellenoakes and GretchenElizabeth 1 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
GretchenElizabeth Posted November 5, 2021 Author Share Posted November 5, 2021 Thank you so much @tuanphan!! Works perfectly!! I so appreciate your help!! Link to comment
krztff Posted April 16, 2023 Share Posted April 16, 2023 @tuanphan do you have a solution to remove the mobile information bar when the overlay menu is opened? Thanks in advance! Link to comment
tuanphan Posted April 19, 2023 Share Posted April 19, 2023 On 4/16/2023 at 8:47 PM, krztff said: @tuanphan do you have a solution to remove the mobile information bar when the overlay menu is opened? Thanks in advance! Add to Design > Custom CSS. If it doesn't work, please share link to your site body.header--menu-open [class*="sqs-mobile-info-bar"] { 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!) Link to comment
krztff Posted May 9, 2023 Share Posted May 9, 2023 On 4/19/2023 at 10:41 AM, tuanphan said: Add to Design > Custom CSS. If it doesn't work, please share link to your site body.header--menu-open [class*="sqs-mobile-info-bar"] { display: none !important; } That worked perfectly. Thank you so much! 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