Ability to Add a Border to the style of the podcast player

Trying to add a border to the podcast player so that you can separate it from other elements!

2 Likes

Welcome to the Community, @user33663 :waving_hand:

This code will do the trick:

[class*="Embed__Inner-sc"] {
    border: 1px solid #ccc; /* или любой другой цвет/стиль/толщина */
}

Please add it to the Custom CSS field on the Style tab of your widget’s settings and let me know how it wored

1 Like