Hi
Open this file templatesja_muzichtmlmod_janewstickerdefault.php and find this code
<div class="ja-headlines-item <?php echo 'jahl-'.$animationType ;?>" style="visibility:<?php echo ($index !=0) ?'hidden':'visible' ?>">
<a title="<?php echo modJANewStickerHelper::trimString( trim(strip_tags($item->introtext) ), 300); ?>" <?php echo $aClass ;?> href="<?php echo modJANewStickerHelper::getLink($item, $userRSS); ?>"><span><?php echo modJANewStickerHelper::trimString( $item->title, $titleMaxChars );?></span>
</a>
You can remove the part in RED so the new code will be :
<div class="ja-headlines-item <?php echo 'jahl-'.$animationType ;?>" style="visibility:<?php echo ($index !=0) ?'hidden':'visible' ?>">
<a title="<?php echo modJANewStickerHelper::trimString( trim(strip_tags($item->introtext) ), 300); ?>" <?php echo $aClass ;?> <span><?php echo modJANewStickerHelper::trimString( $item->title, $titleMaxChars );?></span>
</a>
First to make this change take a backup copy of the file default.php