2 replies [Last post]
passegua
passegua's picture
Offline
newbie
Genova
Last seen: 7 years 21 weeks ago
Genova
Timezone: GMT+1
Joined: 2016-01-03
Posts: 4
Points: 7

I'm running this blog: www.sinapsi.org
and I use twenty twelve theme.
Jetpack plugin has a CSS editor for minor changes.
I've already added this lines:

.entry-header .entry-title a {
color: red;
}

in order to change post title colour.

Now I'd like to change the post fonts and size.

Please could you help me ?

Thanks.

Tony
Tony's picture
Offline
Moderator
Brisbane
Last seen: 3 weeks 4 days ago
Brisbane
Timezone: GMT+10
Joined: 2003-03-12
Posts: 5344
Points: 2965

Hi passegua, If it is all

Hi passegua,
If it is all over you can target the body and give it the size you want.

body {
  font-size: larger;
}

There are are plenty of ways to specify font-size

passegua
passegua's picture
Offline
newbie
Genova
Last seen: 7 years 21 weeks ago
Genova
Timezone: GMT+1
Joined: 2016-01-03
Posts: 4
Points: 7

Many thanks.

Many thanks.