• Resolved andymay

    (@andymay)


    I have a number of single tracks scattered around pages and each one is being prefixed with a “1” (obviously, it being the first track in the list), Is there a way of turning off track numbering when you’re using the plugin to present single tracks?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author cubecolour

    (@numeeja)

    Try adding the following CSS rules either to a child theme’s stylesheet or using a custom styles plugin:

    
    .track .songtitle:before { display: none!important; }
    .track .songtitle { padding-left: 28px!important; }
    

    Another quick code that works is:

    .track .songtitle:before { content: ""; }

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

The topic ‘Embedding single tracks’ is closed to new replies.