-
Hi,
I would like to ask how do I customize the Subtitles Font Size & Box
1. I would like use 2 different font size (Normal & Full Screen)
I tried to use this code:
.flowplayer .fp-subtitle p { font-size:16px; }
.flowplayer.is-fullscreen .fp-subtitle p { font-size: 40px; }
But it doesn’t work or maybe I put it on the wrong place.
I put it on my Theme Options > Custom CSS2. I would like to set the subtitle box into transparent
I tried to use this code:
.flowplayer .fp-subtitle p { background-color: transparent; }
But it doesn’t work or maybe I put it on the wrong place.
I put it on my Theme Options > Custom CSSCan you please help and guide me through it.
Thanks