Okay
  Public Ticket #3035113
Remove Track Number
Closed

Comments

  • Hamid Abugideiri started the conversation

    I spent quite a bit of time using the different options for creating a playlist.  I cant seem for find where or how to remove the sequential numbers that appear next to each track title.  Tried turning off/false and on/true the shortcode options.  Your help would be greatly appreciated.

  •  646
    Alexandre replied

    Hi, 
    This option is not yet available through the shortcode parameter. 
    You can hide them through the elementor editor or guttenberg editor. 
    Otherwise you can hide them with a custom css code:


    .iron-audioplayer .playlist .track-number .number{
    display: none;
    }

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Hamid Abugideiri replied

    Hello Alexandre,

    Thanks for getting back to me with the provided css code.  

    FYI, I had to add "important" after none for it to work with my theme.  

    Greatly appreciate it :)

  •  646
    Alexandre replied

    You are welcome

    Thanks,


    Alexandre from the Sonaar.io Crew