I want to hide the announcement bar and header for a specific page only. It keeps hiding it on my entire website which I don’t want.
You can use some conditional liquid like this:
{% unless template == 'page.YOUR_SPECIFIC_PAGE_HANDLE' %}
{% endunless %}
{% unless template == 'page.YOUR_SPECIFIC_PAGE_HANDLE' %}
{% endunless %}