I have a dynamic page which I want to use with and without header depending where the user is accessing it (while purchasing I want the header hidden, when coming back to the same page to edit their choices I‘d like then to be able to navigate the site).
I’d rather not have two versions of the same page, as it’s a complicated page that I expect I will be refining a lot once the site is live.
.hide() isn’t available on the header, so that isn’t a solution.
How night I achieve this?