[Support request] Change the font of the blog title on blog grid.

Home Forums Support [Support request] Change the font of the blog title on blog grid.

Home Forums Support Change the font of the blog title on blog grid.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1634250
    Michael

    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.

    #1634404
    David
    Staff
    Customer Support

    Hi there,

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

    #1634423
    Michael

    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.

    #1634577
    David
    Staff
    Customer Support

    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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.