Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Seems like the title, caption, metadata, etc. that one wants to appear on the Large Image presentation (HTML: single image) i fixed to the lower left section of the real estate, and is fixed in color and font size. Is that correct?
I can change the info appearing on the thumbnails, but I cannot find a way to adjust them on the large image.
Do I have that correct, or is there a way to do this?
Offline
if you're asking about changing the styling: fonts, color, alignment font-size, then no, not from the plug-in.
But you can do it with custom css.
Looks like the selector is p.image-info
So something like this:
p.image-info {
font-family: your-font, fallback-font, arial;
font-size: larger; (or a pixel or em number)
color: red;
text-align: center;
}
If you're referring to the information shown on the large images, look to Image Info: Title and Caption
If you're also using Publisher, be sure to set the metadata tokens in the Publisher setup section of Output Settings.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks, Rod. Yes, I am looking to change the styling through custom CSS. I'll try that.
Offline