Hide only certain replay buttons

Hello,
I was wondering if I could hide some of the replay buttons, but not all.
I sometimes use the very same audio for both front and back cards so I could listen to it again without having to click on the button (or press the ‘r’ button on the keyboard)
I found .replaybutton {display: none;} on the internet which seems to be working well, however, it hides all the replay buttons.
Could I just hide either of the buttons?

1 Like

Should be possible by wrapping the relevant audio references in a <div class=nobutton> ... </div> and then using styling like ‘.nobutton .replaybutton {…}’

Exactly!
Thank you very much