then just look at the beginning of this thread and follow the poster and my answer...
and check the "use featuredtext" in fcg options settings and specify featuredtext custom fields for all posts in gallery.
to make font settings for featuredtext as title settings, open css/jd.gallery.css.php file and
find two styles
- Code: Select all
.jdGallery .slideInfoZone h2
{
padding: 0 !important;
font-size: 14px !important;
background-color: <?php echo $fcg_bgcolor; ?> !important;
margin: 2px 5px !important;
font-weight: bold !important;
color: <?php echo $fcg_textcolor; ?> !important;
background-image: none !important;
text-align: left !important;
}
.jdGallery .slideInfoZone p
{
padding: 0 !important;
background-color: <?php echo $fcg_bgcolor; ?> !important;
font-size: 11px !important;
margin: 2px 5px !important;
color: <?php echo $fcg_textcolor; ?> !important;
background-image: none !important;
text-align: left !important;
}
first one is responsible for title font settings, and second one for description aka featuredtext..play with those









