Archived topic
Header Problem
3 replies · Started by Chetan on August 13, 2018
I want H2 Heading different on Post Archives & for Single Post. How can i do it. Cause when i change h2 size in Typography it changes also of Post Archives.
Hi there,
The title on post archives is H2 and the title on single post is H1 so they should be unrelated to each other.
Let me know if this helps :)
Yes that's the problem. When I use H2 on my posts it was very small as I changed the size of H2 for Post Archives. I want it different for Post Archives.
Ok then this CSS for archive post title:
h2.entry-title {
font-size: 30px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/