Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sdudley7

    (@sdudley7)

    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;
    }

    Plugin Author Maeve Lander

    (@enigmaweb)

    Nice solution thanks for sharing 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Track #s’ is closed to new replies.