Site logo

Archived topic

Change the font of the blog title on blog grid.

3 replies · Started by Michael on January 26, 2021

Viewing posts 1–4 of 4

Hi, wondering if it's possible to change the font of the title of a blog when it is shown as a grid on the main blog page.

Hi there,

yep - go to Customizer > Typography > Headings and edit the Archive Content Title (H2)

Hi David, those customization options allow me to edit the weight and text transformation but not the actual font. I am trying to change it from Roboto to Playfair Display.

That would require some CSS eg.

h2.entry-content {
  font-family: 'your font';
}

You must also make sure that the font is being loaded, if its being used elsewhere in the customizer settings the GP will automatically load it.

This archived topic is closed to new replies.