Would love to know the answer to this one, same problem.
http://www.poplife.com.au/audio-video/
Hi guys,
I have found a solution. Try this css code.
.cue-playlist .cue-tracks{
border-width: 0px 0 0 !important;
color: grey;
cursor: pointer;
padding: 0;
display: inline;
overflow: visible !important;
}
Hi dre, thanks for the response!
I just tried this in my “Custom CSS” plugin but it didn’t work.
Also tried it in the Visual Editor on my audio page, but I’m not sure that is the right place for it.
Which css file would I need to edit / implement that code into?
Kind regards,
Danster
Hi Danster,
Um…it should have worked. Try this
.cue-playlist .cue-tracks{
border-width: 0px 0 0 !important;
color: grey;
cursor: pointer;
padding: 0;
display: inline !important;
overflow: visible !important;
}
Here is an example
http://nexusbuildout.com/secular-music/“>
Hi Dre,
almost there. The playlist now has a transparent background ( http://www.poplife.com.au/audio-video/ ) .
Is there a bit of code to bring back the white background ?
Kind regards,
Danster
Hi folks, this is really the only snippet of CSS that should be needed to remove the scroll bar:
.cue-playlist .cue-tracks {
max-height: none;
}
Cheers,
Brady
Hi Brady,
Brilliant! worked first time.
Thank you for that!
Danster