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.
Pages: 1
It seems simple, but couldn't figure it out, so asking help for my brain freeze. I want to display image captions in italics or underline, but mixed in the display. Specifically, I want the Title in normal text and Caption in italics. Is there a way to do this?
Mike Richards
michaelrichardsphotography.com
Offline
you'll need to use custom css:
http://ttg-tips-and-tricks.barbeephoto. … rge-images
For thumbnail metadata, you'll be able to control Title and Caption fields independently. Large images use only a Caption field so any changes via custom css will affect all text in that field.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Rod, Thanks. I really wanted this for a Galleria large image presentation. I guess it can't be done. I'm relived that I wasn't brain damaged.
Mike Richards
michaelrichardsphotography.com
Offline
Looks like the selectors for Galleria would be:
.galleria-info-title for the title field
and
.galleria-info-description for the caption field
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Looks like the selectors for Galleria would be:
.galleria-info-title for the title field
and
.galleria-info-description for the caption field
Rod,
Tried the selectors. The former had no effect; the latter changes the entire Title and Caption display. Example -- set the title to red and description to yellow:
http://www.michaelrichardsphotography.c … ey/ankara/.
Mike
Mike Richards
michaelrichardsphotography.com
Offline
Hi Mike,
Because you've actually got both Title and Caption assigned to the same block. I imagine your template settings are something like this:
Title : Off
Caption : [Title] - [Caption]
To operate on these separately, your template needs to be set up as:
Title : [Title]
Caption : [Caption]
Offline
Matthew, Got it, thanks. Works now.
Mike Richards
michaelrichardsphotography.com
Offline
Pages: 1