How can I change the font-family for the blog post title?
I like the title font on this page: https://safetymomdev.wpengine.com/blog/
But then when you click through to the individual blog post, it changes to the font I loaded for H1 and I don’t like it.
I want it to be what is used for H2.
Thanks!
Hey ginnywills,
Please try the following in Quick CSS under Enfold->General Styling:
.single-post h1.post-title a {
font-family: 'eb garamond','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
}
Best regards,
Rikard
Perfect – thanks!