Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2020-05-11 21:18:20

Terry
Member
From: United Kingdom
Registered: 2013-02-19
Posts: 90
Website

Font size for main album copy

This is probably a really stupid question but I've been through every option several times and obviously missing it.

Where is the option to alter the font size for the main album text? I can find the slider for headers and I can find the font family and weight but not size hmm

TIA,
Terry

Offline

#2 2020-05-11 21:19:53

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Font size for main album copy

there is no option for that.
use custom css or inline styling

Standard body font size is 16px. That’s baked in and there is no control to change it. Everything else is based from that using em or rem. Except specific areas where we have control over font size.

It looks like .the__copy (those are double underscores ) selector controls the main copy areas (1em) and .widget controls the pallets (0.875em)

So you can use those selectors in your custom css to adjust the size. If you wanted 18px fonts for the main copy, you can do either this:

.the__copy {
font-size: 18px;
}
Or
.the__copy {
Font-size: 1.125em;
}

I think that .the__copy should be specific enough.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2020-05-11 21:49:58

Terry
Member
From: United Kingdom
Registered: 2013-02-19
Posts: 90
Website

Re: Font size for main album copy

Ha for something that doesn't need programming that's a bit of an oversight.

Appreciate your fast response and sample css (I would have never figured that).

That made it work big_smile

Maybe a future feature would be able to control that via a slider as it would make life a lot easier.

Thanks,
Terry

Last edited by Terry (2020-05-11 21:50:28)

Offline

#4 2020-05-12 01:37:34

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Font size for main album copy

It's not an oversight. There is intentionally not a font-size slider for body text. Maybe once in a year someone raises it as an issue, so I haven't felt bad at all for not having it. Also, people no longer publish content with WAY TOO SMALL TEXT, the way they regularly used to do with the Lr plugins. That's a win.


Matt

The Turning Gate, http://theturninggate.net

Offline

Board footer

Powered by FluxBB