Okay
  Public Ticket #2761462
Feature Request
Closed

Comments

  • Colin Dorman started the conversation

    Is there a way to hide the time of tracks in the playlist but to still have the time and the progress bar in the player?

  •  1,101
    Max replied

    Hi,

    If you are using Elementor, you can simply edit your widget, go to style > playlist and hide track duration. see screenshot: https://d.pr/i/Gp0sVZ

    If you are not using Elementor, you can add this to your custom CSS:

    .tracklist-item-time {
        display: none;
    }

    Thanks,


    Max from the Sonaar.io Crew

  • Mamie replied

    Hi Max, 

    Is it possible to remove the track duration from the sticky bar playlist?

    I have tracks via RSS and from the site. The tracks via RSS do not have track times whereas the internal ones do. 

    I've tried the code below. 

    Thanks!



  •  644
    Alexandre replied

    Hello Mamie,

    Are you able to provide the url where can I see your player?

    Thanks,


    Alexandre from the Sonaar.io Crew