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.
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:
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.
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
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 :)
You are welcome
Thanks,
Alexandre from the Sonaar.io Crew