Skip to main content
mollyf34348857
Participant
October 11, 2017
Question

How to adjust the font size in TOC total time

  • October 11, 2017
  • 1 reply
  • 236 views

I'm wondering if it's possible to change the font size (and style) that appears at the bottom of the TOC. It appears it is the same size and color as the words "Slide Title" and "Duration" at the top of the TOC. My team wants to make the time at the bottom larger. Any tips?

This topic has been closed for replies.

1 reply

Paul Wilson CTDP
Community Expert
Community Expert
October 11, 2017

As far as I know, this is not something you can edit from within Captivate. You may be able to edit the published files and make the change you desire but that is beyond my abilities.

Paul Wilson, CTDP
RodWard
Community Expert
Community Expert
October 12, 2017

Trying to achieve this in HTM/SWF output would require a custom-built AS3 widget.

Your best hope would be if the published output is HTML5 because then the code for the entire interface is available to dig around in.  If you have someone on your team that is good with HTML and CSS they should be able to find the reference to that specific part of the skin and manually change the code to make it larger.  However, be aware that such a change could also alter something else in that part of the skin.  Plus, unless you implement the code changes in the default HTML and JS templates, it's something you would have to do after each publish.