• Resolved andysb72

    (@andysb72)


    Hi. Is there a way to remove the track numbers altogether and have just the titles by themselves?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author cubecolour

    (@numeeja)

    You can add a new CSS rule (eg in your customizer custom styles panel) to hide the tracknumber. You will probably also want to add some padding to the title.

    
    .track .songtitle {
    	padding-left: 28px;
    }
    
    .track .songtitle:before {
    	display: none;
    }
    
Viewing 1 replies (of 1 total)

The topic ‘remove track numbers’ is closed to new replies.