Archived topic
changing H2 archive font
3 replies · Started by Jeffrey on November 13, 2021
Viewing posts 1–4 of 4
I know I can change the size, but how would I change the H2 font for just the blog archives?
Hi Jeffery,
CSS is needed for this. Give the below CSS a try:
.blog h2.entry-title {
font-family: serif;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
awesome thank you :)
No problem :)
This archived topic is closed to new replies.