Hide/collapse element on podcast *episode* pages, but not podcast feed page

Hello,

On my podcast feed page, I have replaced the Wix podcast header with a strip. The issue is, when a user clicks an episode link, the strip remains above the episode player (rather than disappearing like the built-in Wix header does).

When I choose “collapse this element” in Corvid, the strip collapses on both the episode page and the podcast feed page.

Is it possible to collapse a strip on podcast episode pages only? Any guidance is greatly appreciated!

It’s not a bug.
If you collapse an element that’s on all pages (since you are replacing your header) , you also need to expand it when you want it to be visible on your other pages. That is why the strip collapses on both the episode page and the podcast feed page:

https://www.wix.com/corvid/reference/$w.CollapsedMixin.html#expand

You can not target podcast episodes’ pages specifically.

Thanks very much for your reply, Yevheniia!