Archived topic
Different Headings
12 replies · Started by Sebastián on September 21, 2017
Is it possible to display different H2 Headings for example?
This is my single post page: https://i.imgur.com/DWWgJ7Q.png
It's exactly how I want it. With a line height of 1,9.
But on the Blog page looks like this: https://i.imgur.com/LC79pcZ.png
And I want it more like this: https://i.imgur.com/QhSsopH.png
Is there a way to diplay the blog post page with a different H2 line height?
Thanks
Try something like this:
.blog h2.entry-title,
.archive h2.entry-title,
.search h2.entry-title {
line-height: 1.2em;
text-transform: uppercase;
}
Let me know.
It worked thank you so much!
The only time this is isn't working is when I do a Search on the Search Bar.
Edited the code above. Give it another shot.
Awesome thanks!
No problem!
Can you also put that h2 code with uppercase letters? only in the blog page title.
Edited code above: https://generatepress.com/forums/topic/different-headings/#post-389639
Excelent thanks!
No problem!
Is it possible to also include a different letter size for the h2 in the previous code? I will change it later put the size you want.
Of course. Just add in font-size: 20px;