• Resolved evamusby

    (@evamusby)


    Is there a way to change the ‘look’ of a play bar once it’s been listened to?

    I have a page with loads of short audio clips, and my clients would like some indicator of what they’ve already listened to.

    I’ve put a screenshot of part of the page on https://photos.google.com/u/1/search/tra/photo/AF1QipNASoFsMYDt-v0yPHdAMjSSGFAp0YOP_tKtiNU6

    In case it’s relevant, I’ve put in CSS

    /*make the bar and the timeline green instead of grey and blue */
    .mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
    background: #c8cfa5 !important;
    }
    .mejs-time-current {background: #7e9122 !important;}
    /* remove the volume controls / .mejs-horizontal-volume-slider {display: none !important;} .mejs-volume-button {display: none !important;} / hide the current time of playing */
    .mejs-currenttime { display: none !important;
    }

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, you might be able to achieve this with some CSS tweaks. Unfortunately we don’t have any tweaks for what you are trying to achieve at present.

    Kind regards.

    Thread Starter evamusby

    (@evamusby)

    Ah, OK…. I can tweak CSS if I get some pointers, with trial and error, but I don’t have the tech know-how to work it out from scratch.

    If anyone has any tips at any time, I’ll be glad to hear them.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Indicate ‘listened to’ / visited hyperlink’ is closed to new replies.