Okay
  Public Ticket #2836661
Hide playlist title
Closed

Comments

  • Sophie Laliberte started the conversation

    Hello,

    I'm trying to hide the playlist/album title at the top of my tracklist. Is there an attribute for that?


    Thanks!

  •  644
    Alexandre replied

    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