Viewing 1 replies (of 1 total)
  • I was wondering something similar and found that by editing my child theme’s style.css file and inserting this section at the end, I was able to change it:

    .hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
    background: #ff0000;
    }

    Note: this hex code (ff0000) makes it RED. You probably want to try a different colour.

Viewing 1 replies (of 1 total)

The topic ‘Media Player colour’ is closed to new replies.