Featured Content Gallery | WordPress Plugin | iePlexus

Is there an easy way to alter text size?

General WordPress and FCG plugin discussion

Is there an easy way to alter text size?

PostBy Monkeyboy on Sat Jul 16, 2011 9:56 am

Excellent plugin. Very easy to setup and get going. 8-)

But (there's always a but, sorry!) I want to alter the text size for the heading, and the text below it. Is there any way of doing this? I presume there's a CSS file I can tinker with?

In a future release, it'd be nice to have font-size and colour as an option in the admin panel. :)
Monkeyboy
 
Posts: 1
Joined: Sat Jul 16, 2011 9:46 am

Re: Is there an easy way to alter text size?

Thank you for using the Featured Content Gallery Forum
 

Re: Is there an easy way to alter text size?

PostBy admin on Tue Jul 19, 2011 12:28 pm

open css/jd.gallery.js.css file
and find those 2 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 is responsible for heading, second for description, change font values in both to satisfy your needs
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 0 guests