Hi There
It looks like xtheme is overriding the styles in Cue audio plugin.
I add a snippet of CSS in the “Additional CSS” section in the customizer:
.cue-skin-default.mejs-container .mejs-controls div {
width: auto !important;
}
that fix the visual play time, but volume bar and song length controls don’t work properly.
I try also with this one, but nothing happens
.cue-skin-default.mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle {
display: block !important;
}
this is my page:
https://pedrosarmiento.co/media/audio/
and It should look like this:
Thanks for your help