• Resolved samican

    (@samican)


    Hello, I am using this plug-in and I loved it!

    I wanna hide track “time/duration” (00:00 / 03:45) text on the cover image. With most of cover in my playlist that text is barely visible and unneccesary.

    How can hide it?

    Thank you already!

Viewing 1 replies (of 1 total)
  • Plugin Author Brady Vercher

    (@bradyvercher)

    Hi @samican, glad to hear you like Cue! You can hide the current time and duration by adding some custom CSS to the “Additional CSS” section in the customizer:

    .cue-skin-default.mejs-container .mejs-controls .mejs-time {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Hiding Track time/duration?’ is closed to new replies.