
Is it possible to remove the numbers from the playlist display?
I looked in the html code and the numbers are hard coded inside the element with the class "jw-related-item-title-text".. is there a way to stop the numbers from displaying in the playlist? I can't seem to do it with CSS easily since the numbers do not have their own tag
example: <span class="jw-item-index-text jw-related-item-title-text">5. <em>Some video name</em></span>
I want to remove just the 5. part
Thanks