If anyone else is interested in where to edit this. It is done in the style.css by editing the ul & li properties.
If anyone else is interested in this, it’s done in the style.css. Adding list-style: none; gets the job done.
.ttw-music-player .tracklist ol {
margin: 0;
padding: 0;
overflow:hidden;
padding:5px;
list-style: none;
}
.ttw-music-player .tracklist li {
text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
background: transparent url(../images/tracklist-item-bg.png) repeat-x bottom left scroll;
padding: 0px 0 0px 0 !important;
list-style-position: inside;
position: relative;
list-style: none;
}
Can’t seem to find the plugin files needed to make these changes. Found pretty much the home to make all my changes up to this.