Foliovision › Forums › FV Player › Troubleshooting › How to change subtitle font size?
-
-
Hello Exilod,
although there is no such setting available right now, you can use your CSS with the following selectors right now to accomplish what you need:
.flowplayer .fp-subtitle { /*this one is for subtitles in the normal player*/ }
.flowplayer.is-fullscreen .fp-subtitle { /*this one is for full-screen, so make the font bigger*/ }Thanks,
MartinHello paddy,
sorry about the delay, could you please let us know where you changed this? Do not edit the CSS file in the plugin as next plugin upgrade will remove it. Also it’s written out with the color settings on options save, so you won’t see the changes immediately.
If you edited the CSS of your theme, you must make sure your rule takes priority over FV Flowplayer CSS. If it’s loaded before that, you must put in ID of some wrapper element used by your theme – the basic CSS rules apply here.
You can also order “Custom CSS changes to make FV Player work within your theme” here: https://foliovision.com/player/pro-setup
We might just add this to plugin settings (background color/opacity), but we have other more important fixes to take care of right now.
Thanks,
Martin