Keep announcement bar, but hide navigation on one page only in Customize with code Posted March 13, 2021 · Edited March 13, 2021 by otohmatthew 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. Tiny_Coast 1
Keep announcement bar, but hide navigation on one page only
in Customize with code
Posted · Edited by otohmatthew
Hi there. Not sure which template you're using, but pasting this into your header injection should work
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.