Title: Embedding single tracks
Last modified: November 20, 2016

---

# Embedding single tracks

 *  Resolved [andymay](https://wordpress.org/support/users/andymay/)
 * (@andymay)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/embedding-single-tracks/)
 * 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](https://wordpress.org/support/users/numeeja/)
 * (@numeeja)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/embedding-single-tracks/#post-8460059)
 * 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; }
       ```
   
 *  [thecenteno](https://wordpress.org/support/users/thecenteno/)
 * (@thecenteno)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/embedding-single-tracks/#post-8637892)
 * 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.

 * ![](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/)

 * 2 replies
 * 3 participants
 * Last reply from: [thecenteno](https://wordpress.org/support/users/thecenteno/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/embedding-single-tracks/#post-8637892)
 * Status: resolved