On the demo for the PodCrafter theme, the podcast player has red buttons with links to podcast platforms (Spotify; Apple Podcasts; Google Podcasts; etc).
How do I get these buttons to show up on the player?
The only buttons that show, are the buttons created per episode. At the moment, I only have "Download" as a button on each episode. But how do I get the podcast platform buttons to show only on the player on the home page, not on every episode's player page?
Hi,
On the demo for the PodCrafter theme, the podcast player has red buttons with links to podcast platforms (Spotify; Apple Podcasts; Google Podcasts; etc).
How do I get these buttons to show up on the player?
The only buttons that show, are the buttons created per episode. At the moment, I only have "Download" as a button on each episode. But how do I get the podcast platform buttons to show only on the player on the home page, not on every episode's player page?
Thanks.
Hi,
We dont have an option to hide the call to action buttons on the single episode page.
You will have to add custom CSS in order to hide the buttons on the epsiode page.
Add this to your custom css in WP-Admin > Theme Options > Custom CSS:
.single-podcast .sonaar-callToAction {
display: none;
}
Thanks,
Max from the Sonaar.io Crew