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 2019-01-07 08:16:15

bernard45
Member
Registered: 2015-08-18
Posts: 103
Website

Font size for Page copy ?

Sorry, but I cannot find the font-size definition for the page copy : not in Page Copy , not in the template /typography ....
I must miss something .....

Offline

#2 2019-01-07 08:57:17

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

Re: Font size for Page copy ?

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

#3 2019-01-07 19:22:16

bernard45
Member
Registered: 2015-08-18
Posts: 103
Website

Re: Font size for Page copy ?

Thanks Rod.

Offline

Board footer

Powered by FluxBB