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
Is it possible to have the text displayed under the large images, like in this example:
http://pideja.ca/luc/en/prints/02-besti … single.php to be formatted independently. I use the TITLE token for...the title and either the CAPTION token for the French description and the INSTRUCTION token for the English language description. Works fine but I'd like the description to be smaller, possibly italic. As you can see, sometimes when the image is narrow, the text underneath tends to be cut off at awkward places.
Doesn't happen a lot, but I would prefer that the description be smaller so it could fit and be less obvious.
Anyway, I can't figure out if it's possible with CSS. Tried a variety of selectors but no success.
As you can see, sometimes when the image is narrow, the text underneath tends to be cut off at awkward places. Doesn't happen a lot, but I would prefer that the description be smaller so it could fit and be less obvious.
Any ideas?
Last edited by pideja (2018-05-02 21:25:46)
Offline
All the text appearing is controlled by this selector:
.single_image figcaption
You can't format the title and caption separately (html and inline styling won't work when in the tokens field). The best you can do is what you're doing now: one in all caps, the others in lower-case or make all the text smaller.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thank you Rod.
Offline
Pages: 1