Hide the announcement bar on a specific page.

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;
}