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
The base font size is, I believe, 16px.
To change that you’ll need to use custom css or inline styling.
if you want to change the page copy throughout the site, say you want to make it slightly smaller, try:
.the__copy p {
font-size: .875rem;
}
this will make the font-size 14px. You can also just enter 14px instead of .875rem
More on font-size values: https://medium.com/code-better/css-unit … f7e592bb97
font sizes in some other areas of the page will need different selectors.
And some font sizes, like in navigation, are adjustable in the template.
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