marleyman
Hi,
I got your point, Image and Content Fader v4 module inherits the style from S5 News Blog template specific so it has thumbnail + content style like that in demo site.
You can install quickstart package of S5 News Blog template and check this file:
[root]/templates/news_blog/css/template.css
at approx line 3407, you can see the declaration for this module:
/* IMAGE AND CONTENT FADER
----------------------------------------------------------- */
.jdGallery .slideInfoZone {
background: none !important;
}
.jdGallery .slideElement {
background-size: 102% auto !important;
}
.jdGallery .slideElement {
background-size: cover !important;
}
.withArrows a.open {
width: 100% !important;
left: 0 !important;
}
.slideInfoZone {
bottom: auto !important;
height: auto !important;
padding: 0px !important;
width: auto !important;
}
.slideInfoZone br {
clear: both !important;
display: block;
}
.jdGallery a.right,
.jdGallery a.left {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
filter: alpha(opacity=100) !important;
-moz-opacity: 1 !important;
-khtml-opacity: 1 !important;
opacity: 1 !important;
width: 36px !important;
height: 36px !important;
float: left !important;
padding: 0px !important;
top: 50% !important;
margin-top: -39px;
z-index: 3 !important;
}
.....
and copy this style to your current template.
Regards