Increase font sizes for track name and time

Question:

Hello, Just bought the full version of your product and can’t figure out how to increase font sizes for track name and time.

Answer:

In Step 2, Skins dialog, CSS tab, find the following CSS, and change the font size value and height value:

#amazingaudioplayer-AUDIOPLAYERID .amazingaudioplayer-track-item {
position: relative;
cursor: pointer;
color: #999;
font-family: ‘Open Sans’, Arial, sans-serif;
font-size: 12px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
line-height: 22px;
height: 22px;
margin: 0;
padding: 0;
text-align: left;
}