How do I hide the announcement bar on a specific page?
This one's easy! Just add the following to the "Custom CSS" section of the page where you'd like the announcement bar hidden.
.nucleus-announcement-bar {
display: none;
}
This one's easy! Just add the following to the "Custom CSS" section of the page where you'd like the announcement bar hidden.
.nucleus-announcement-bar {
display: none;
}
Copyright 2025, Nucleus Tips. All Rights Reserved.