When using the embed players from Buzzsprout you can customize them to match the look and feel of your website! Once you've customized your embed player all of your current embed codes will be automatically updated. To customize the players just follow the steps below.
Click the Customize Your Players button
You can adjust the colors, details, sharing options, and more! You can also choose between a single episode player and a multi-episode player.
After you're done customizing your player, just click the Save Player button at the top and all your players will be updated on your website.
If you want to make more advanced updates to the player that is embedded using CSS you can call the following elements to get the look you want!
In your stylesheet
div.episode h3 { }
div.episode div.podcast_name { }
div.episode div.description { }
div.episode p.artist { }
div.episode p.date { }
Directly on the HTML page
<style type="text/css">
div.episode h3 { }
div.episode div.podcast_name { }
div.episode div.description }
div.episode p.artist { }
div.episode p.date { }
</style>