Thanks for the help, @andreab but I’m going to ask everyone please not to follow that advice. You shouldn’t ever edit the core files of addon libraries. It’s a really bad idea in general. As an example, you would never think of modifying the core jQuery file (I hope) and this is really no different.

@helene101

The way to fix the buttons on the audio/video player is by editing the “style.css” file on line 770 where you will see:

.jp-controls a span { text-indent:-9999px; }

And it should be updated to:

.jp-controls a span { text-indent:-9999px; display: block; }