I’m trying to change the button color on the embedded audio player using element css, but I’m fairly certain I don’t have the right element id. I tried these two lines in the element css for the audio element, but have not seen any change to the css shown in Chrome Developer Tools.
$el .podcast-player__controls .podcast-player__controls--buttons {podcastKeyPrimary: #B39134;}
$el .podcast-player__controls .podcast-player__controls--buttons {button-color: #B39134;}
Would love to know how to connect back from what I see in dev tools to chat element ID I should use to applu element css. Thanks for helping teach me to fish!