Archived topic
How to change archive post headline typography?
2 replies · Started by Grant on November 1, 2019
I've got my blog posts' typography configured exactly as I want them. However, I can't seem to figure out how to update the headings of the blog posts listed in the archives, homepage, and category pages. I expected the configurations in Customizing->Typography->Headers->Heading (H1) to carry over to wherever posts were listed, but that's not the case.
How can I customize the heading typography for posts listed in the archives, homepage, and category pages?
Figured it out with some CSS:
h2.entry-title {
font-weight: normal;
font-size: 45px;
font-family: Lato;
}
Glad to hear you found the solution.
Single Post H1 and Archive H2 will have their own customizer controls in GPP 1.9 :)