Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @kevinbecker,

    You can apply custom CSS to achieve this

    .plyr--full-ui.plyr--video .plyr__control--overlaid {
        background: #5bae81;
    }

    Remember to clear cache afterwards.

    Thread Starter Kevin

    (@kevinbecker)

    This only works for the play button. All the anothers buttons? It has normal, hover, and active colores. Is possible change everyone?

    Hello @kevinbecker,

    You can apply these CSS to change player control colors

    .plyr__controls .plyr__controls__item:first-child {
        background: #5bae81;
    }
    
    .plyr--full-ui label {
        background: #5bae81;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit colors controls VIMEO’ is closed to new replies.