Keep announcement bar, but hide navigation on one page only in Customize with code 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
Keep announcement bar, but hide navigation on one page only
in Customize with code
Posted
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.