Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1473225
Adjust colors audio player
Closed

Comments

  • Ieme started the conversation

    I've embedded an audio file on my website. How can I adjust the colors of the player? I can't seem to find any options for it in Theme Options -> Colors

  •  7,092
    Oliver replied

    Hi, 

    pls. provide the wp-admin access and add few screenshots what colors you need to change.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   Ieme replied privately
  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    body .mejs-controls .mejs-button.mejs-playpause-button.mejs-play button:after,
    body .mejs-controls .mejs-button.mejs-playpause-button.mejs-pause button:after {
        color: #000;
    }
    body .mejs-container .mejs-controls {
        background: #ccc;
    }
    body .mejs-controls .mejs-time-rail .mejs-time-total {
        background: #000;
    }
    body .mejs-controls .mejs-time-rail .mejs-time-loaded {
        background: #fff;
    }
    body .mejs-controls .mejs-button.mejs-volume-button.mejs-mute button:after {
        color: #ccc;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver