Trying to add a border to the podcast player so that you can separate it from other elements!
Welcome to the Community, @BizHero ![]()
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