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
Hi
Can you tell me:
1. How can I set a larger font size for the breadcrumbs menu?
2. Does Lightroom change the Graphic Identity Plate to a PNG file on exporting? I want to use a JPG file.
Thanks
Last edited by 6t6c2c (2015-07-14 13:01:31)
Offline
1. How can I set a larger font size for the breadcrumbs menu?
You'd need to use custom css via phplugins
It looks like ul.breadcrumbs is the selector to use:
ul.breadcrumbs {
font-size: 1.3em;
}
2. Does Lightroom change the Graphic Identity Plate to a PNG file on exporting? I want to use a JPG file.
Yes it does. If you want to use a JPG then you'll probably want to look at creating a dynamic masthead. Again, that's done with custom css.
Here's the basics of it from the CE3 documentation: http://ce3wiki.theturninggate.net/doku. … _mastheads
And my update for CE4: http://ttg-tips-and-tricks.barbeephoto. … heads-ce4/
out of curiosity, any specific reason you want to use a jpg?
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
The JPG looks sharper than the PNG but I'll read the documentation by Matt.
I don't know if I'll get into the custom stuff for breadcrumbs. Maybe it'll be an update in the future.
Offline
I don't know if I'll get into the custom stuff for breadcrumbs. Maybe it'll be an update in the future.
I doubt it. But custom CSS is pretty easy to implement.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Pages: 1