Copy link to clipboard
Copied
Is there a way to customize the display of the CC overlay in CP 8?
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Thanks for the quick and helpful answer! What about when publishing as SWF (my organization's current standard b/c of our LMS)?
Copy link to clipboard
Copied
You need to have a widget created. No other way. We can make one for you.