Remove border from the images

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

.global-styles,
[class*="Image__Container-sc"]::before {
border: none !important;
}
1 Like