Hide switch to previous track control (Embed layout)

Add this code to the Custom CSS field on the Style tab of your Background Music widget’s settings:

[class*="Background__ControlsMain-sc"] div[aria-label="Previous"] {
display: none !important;
}
1 Like