Tiny_Coast Posted March 13, 2021 Share Posted March 13, 2021 Hi there, I'm looking to hide my navigation (header) but keep the announcement bar on one page only. Any ideas how I might accomplish this? Any help would be so appreciated! Thank you! 🌊 Tiny Coast Digital | Digital Marketing & Web Design 🌊 Link to comment
otohmatthew Posted March 13, 2021 Share Posted March 13, 2021 (edited) 24 minutes ago, Tiny_Coast said: Hi there, I'm looking to hide my navigation (header) but keep the announcement bar on one page only. Any ideas how I might accomplish this? Any help would be so appreciated! Thank you! Hi there. Not sure which template you're using, but pasting this into your header injection should work <style> .Header { visibility: hidden!important; } </style> edit: Just in case You can access the header code injection by going to pages > page settings > advanced on the specific page you want to be effected. Edited March 13, 2021 by otohmatthew Tiny_Coast 1 Link to comment
tuanphan Posted March 23, 2021 Share Posted March 23, 2021 If any one use Personal Plan >> You can edit page where you want to hide >> Add a Code Block >> Paste @otohmatthew code otohmatthew and MaquencoDesignCo 2 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
liftmetrics Posted August 24, 2022 Share Posted August 24, 2022 Hey there, I figure this out. Basically you need to hide the announcement bar wrapper that wraps the navigation menu when you create the announcement bar. Add this code to the advanced options code injection of the page. Works like a charm. <style> .header-announcement-bar-wrapper { display: none !important; } </style> MaquencoDesignCo 1 Link to comment
MaquencoDesignCo Posted August 29, 2022 Share Posted August 29, 2022 On 8/24/2022 at 12:26 PM, liftmetrics said: Hey there, I figure this out. Basically you need to hide the announcement bar wrapper that wraps the navigation menu when you create the announcement bar. Add this code to the advanced options code injection of the page. Works like a charm. <style> .header-announcement-bar-wrapper { display: none !important; } </style> This worked like a charm. 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