Change Episode title size in (Embed layout)

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

[class*="Full__Title-sc"] {
    font-size: 28px;
}
1 Like