Skip to main content
This topic has been closed for replies.
Correct answer TLCMediaDesign

You can change the location and hide the close button with this css for HTML5:

#cc{

top:569px;

margin-left:25px;

}

#ccClose{

display:none

}

You can also edit the index, but I don't recommend that. You can adjust it more if you include your css after CP's css is applied and with JavaScript.

You can include a custom CSS file in the C:\Program Files\Adobe\Adobe Captivate 8 x64\HTML\assets\css\ folder.

For swf you need a widget. TLC can build one for you.

1 reply

TLCMediaDesign
TLCMediaDesignCorrect answer
Inspiring
January 28, 2016

You can change the location and hide the close button with this css for HTML5:

#cc{

top:569px;

margin-left:25px;

}

#ccClose{

display:none

}

You can also edit the index, but I don't recommend that. You can adjust it more if you include your css after CP's css is applied and with JavaScript.

You can include a custom CSS file in the C:\Program Files\Adobe\Adobe Captivate 8 x64\HTML\assets\css\ folder.

For swf you need a widget. TLC can build one for you.

Tara Aukerman
Inspiring
January 28, 2016

Thanks for the quick and helpful answer! What about when publishing as SWF (my organization's current standard b/c of our LMS)?

TLCMediaDesign
Inspiring
January 28, 2016

You need to have a widget created. No other way. We can make one for you.