Comments Sophie Laliberte started the conversationJuly 28, 2021 at 5:13pmHello,I'm trying to hide the playlist/album title at the top of my tracklist. Is there an attribute for that?Thanks! 667Alexandre repliedJuly 28, 2021 at 6:05pmHello / Bonjour SophieThe option to hide the title is available through the elementor editor, or through the block editor, If you are using a shortcode, without one of those editors, no option or parameter are available to hide the playlist title. You have to use a custom css code. Something like:.sr_it-playlist-title{display: none;}Thanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
Hello,
I'm trying to hide the playlist/album title at the top of my tracklist. Is there an attribute for that?
Thanks!
Hello / Bonjour Sophie
The option to hide the title is available through the elementor editor,
or through the block editor,
If you are using a shortcode, without one of those editors, no option or parameter are available to hide the playlist title. You have to use a custom css code. Something like:
.sr_it-playlist-title{
display: none;
}
Thanks,
Alexandre from the Sonaar.io Crew