-
You sent me the following code recently: To make the Lightbox area transparent – Edit the fv-player-pro-______/css/style.css and put the following code in flowplayer area:
.flowplayer.lightbox-starter .fp-ui {
background: none repeat scroll 0 0 transparent;
}
.flowplayer.lightbox-starter {
background-color: transparent !important;
}This works very well – but every time you issue a new update to the plugin – a new style.css is created and I have to reinstall the code, which is easy but a pain to keep up with. Its there another location I can install this code permanently? Thanks