Dear riga75
plese add this code html contain the text in the tag: <a>....</a>
eg:
prntscr.com/jr1ofk
<li class="col-md-6 col-sm-6">
<div class="item"><a class="img" title="" href="#"><img src="/templates/joomla3/sj-revo/images/demo/b4.jpg" alt="">
<p class=""txt_banner">text </p>
</a></div>
</li>
then add the css at the end of this file /templates/sj_revo/css/template-blue.css
#yt_spotlight3 .module.banner p.txt_banner{
position: absolute;
top: 40px;
left: 40px;
color: #fff;
font-size: 20px;
display:none;
}
#yt_spotlight3 .module.banner .item:hover p.txt_banner{
display:block;
}
you can refer this post again
www.smartaddons.com/index.php?option=com_kunena&Itemid=206&func=view&catid=545&id=36154
thanks