Removing podcast mediums from "Wave" theme footer?

Where do I remove or comment out the “podcast mediums” from the “wave” theme footer?


I don’t want them to show at all, I’d rather do it direct from the theme and not the css. Unless themes self update like wordpress?

Any advice is helpful. (Also I am fine with editing stuff like this, I just don’t know where).

Or is this a setting I can just turn off? Not sure why it’s showing.

Themes do not self-update, so you can use CSS via code injection.

But here is the place in the theme, if you want to modify the template:
https://github.com/TryGhost/Wave/blob/main/partials/customize/subscribe.hbs

And this is included in the footer:
https://github.com/TryGhost/Wave/blob/main/partials/footer.hbs#L2

1 Like