dolly-k
Hi,
You can open file: /templates/uber/acm/container-slideshow/tmpl/style-1.php
At approx line 43:
<span class="title <?php if(!$modhelper->get('block-intro')): ?>no-intro<?php endif ;?>">
<?php echo $modhelper->get('block-intro'); ?>
change it to:
<span class="title <?php if(!$modparams->get('module-intro')): ?>no-intro<?php endif ;?>">
<?php echo $modparams->get('module-intro'); ?>
Note that, the small text above the title in caps is the module intro text that you added via JA Extra Fields tab of module: http://prntscr.com/ojp61p
Regards