Title: Hide Track Numbers
Last modified: January 24, 2023

---

# Hide Track Numbers

 *  Resolved [mcdpinternational](https://wordpress.org/support/users/mcdpinternational/)
 * (@mcdpinternational)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/hide-track-numbers/)
 * Hello
   I am referring to an older post from about 9 years ago.
 * [https://wordpress.org/support/topic/track-numbers-and-volume-slider/](https://wordpress.org/support/topic/track-numbers-and-volume-slider/)
 * I would like to remove the track number of the player for single tracks. The 
   following code was given for this purpose, but unfortunately it (no longer) works:
 * .track:before {
   content: ”;}
 * Presumably something has changed after such a long time? Is there an adapted 
   code that I can use for the current plugin (version 1.4.4)?
 * Prepending the album tag is not helpful, because although the numbering is properly
   ascending, I don’t want any numbering.
 * Thank you very much for your help.

Viewing 1 replies (of 1 total)

 *  Plugin Author [cubecolour](https://wordpress.org/support/users/numeeja/)
 * (@numeeja)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/hide-track-numbers/#post-16460756)
 * I have just checked and the following works for me:
 *     ```wp-block-code
       .track .songtitle:before {
       	content: '';
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Hide Track Numbers’ is closed to new replies.

 * ![](https://ps.w.org/audio-album/assets/icon-256x256.jpg?rev=1485171)
 * [Audio Album](https://wordpress.org/plugins/audio-album/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/audio-album/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/audio-album/)
 * [Active Topics](https://wordpress.org/support/plugin/audio-album/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/audio-album/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/audio-album/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [cubecolour](https://wordpress.org/support/users/numeeja/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/hide-track-numbers/#post-16460756)
 * Status: resolved