Skip to main content

We have already uploaded the WEBVTT file into the system. Is there is possible to increase the font size?

Guide me.

 

Apparently this can be done by CSS, I’m working on it too!


Done! This worked for me in the branding-and-look custom styles (not player styles)

 

.fp-captions { font-size: 250%; }

.fp-captions p { line-height: 80%; border-radius: 2em; }

 

yoururl.com/manage/themes/internal/docebo-70


Reply