Hello here is the solution for you
1) open the file: /templates/ja_lead/css/mod_jaslideshow2.css and try to find the following code:
.maskDesc {
background: #000000;
bottom: 0;
cursor: pointer;
height: 21px !important;
left: auto !important;
padding-top: 7px;
position: absolute;
position: absolute;
text-align: right;
top: auto !important;
z-index: 100;
}
replace:
.maskDesc {
background: none!important;
bottom: 0;
cursor: pointer;
width:100%!important;
height: 100% !important;
left: auto !important;
padding-top: 7px;
position: absolute;
position: absolute;
text-align: right;
top: auto !important;
z-index: 100;
}
GOodluck