Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Graphics, Flash and Multimedia _ Changing audio player colors

Posted by: knguyen Jan 16 2016, 05:32 PM

http://i.imgur.com/oPrl0Lt.png

How do I change the color of the play button? I've already tried putting background-color:rgba(0,30,255,1) under each line under .post .audio .plyr but there were no changes.

.post .audio {
text-align:left;
background-color:rgba(0,30,255,1);
padding:3px;
height:27px;
margin:auto;
overflow:hidden;
}
.post .audio .plyr {
width:27px;
height:27px;
overflow:hidden;
position:absolute;
}
.post .audio .track {
color:rgba(0,30,255,1);
width:100%;
height:27px;
left:32px;
position:relative;
line-height:27px;
overflow:hidden;
text-transform:none;
font-size:10px;
letter-spacing:1px;
color:rgba(255,255,255,.80);
}

Posted by: pandy Jan 17 2016, 05:01 AM

Got any HTML to go with that?

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)