Hi,
Can you change the colors of the wordpress player?
I have inserted mp3 files on the page but the player is set to dark colors, you do not see the track progress bar
Thank you
Hey Flavio1963,
Please provide a link to the site/page in question so we can look at this further.
Best regards,
Jordan Shannon
(http://corobrenta.it/site/?page_id=988&preview=true)
Thank you, Flavio
Hi,
The page is giving me a not found error. Is this actually published or a draft?
Best regards,
Jordan Shannon
Sorry,
(http://corobrenta.it/site/?page_id=988)
Thanck you, Flavio
Hi,
The player is combination of images and css but you should be able to fix the progress bar with this:
.mejs-time-loaded{
background:#FFF!important;
}
Let me know if this works.
Best regards,
Jordan Shannon
Thank you, solved.
Is there a chance for volume too?
Thank you
Hi,
Add the following to quick css to fix the volume:
.mejs-horizontal-volume-total{
background:#fff!important;
}
Let me know if this works.
Best regards,
Jordan Shannon