Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1115186

    Hi :)

    How do I customize the controls placed for self hosted video player? The controls are white – so is the opening scene of the video = you can’t see the “play video” icon…

    Thanks
    Thomas

    #1115381

    Hi Thomas,

    Where can we see the results you are getting?

    Best regards,
    Rikard

    #1115388

    Hi Rikard!

    Check ouy

    There are two video players. Top is youtube – ignore this.

    Bottom is Enfold. Notice how the “play button” control overlayed on the Enfold video is white. And the video is white. So you don’t notice the control.

    What I’d like, is a way to change the color of the control, preferably from the GUI or via CSS. But as far as I know, you can only use the CSS fill: property on svg-paths, not svg-files… so – any suggestions? :)

    #1116034

    Hi,

    Thank you for the info.

    The play button is an svg image, so you can’t change its color without editing the file directly. You can however add a background behind it using css.

    .mejs-overlay-button {
        background-color: #000000;
    }
    

    Best regards,
    Ismael

    #1123105

    Awesome, thanks – setting at background color accomplishes the same :)

    #1123232

    Hi autopilotdk,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.