The Nuevo plugin features an easy function to adjust one or more styles of text tracks at any time, before video starts to play or during video playback.
You need to learn which styles of text tracks you can adjust and what values are allowed to set for each style.
player.textTracksStyle({color: "#FF0"})player.textTracksStyle({color: "#FF0", backgroundOpacity: 1})player.textTracksStyle({color: "#FF0", backgroundOpacity: 1, fontPercent: 1.5})
player.on('ready', function(){player.textTracksStyle({color: "#FF0", backgroundOpacity: 1})});