Change border radius of the Embed player

Add the code below to Custom CSS field on your Audio Player widget’s Style tab:

[class*='Embed__Container-sc'] {
border-radius: 16px;
}
2 Likes