Archived topic
A Specific layout in archive
9 replies · Started by Kulwant on January 9, 2019
I want to have an exact layout of https://www.bloggingcage.com/blog/ in my GeneratePress theme.

I mean I want first featured image big and other posts in grid style.
How to achieve that?
Hi there,
go to Customizer > Layout > Blog - under Columns check the Make First Post Featured
I got those settings and got that design too. :) Now I want to make H2 text size of first post bigger than grid posts. How to do that?
Looks like you found the solution to that. let me know.
No. I didn't find the solution yet.
I see you've added this CSS that's working:
.first-post .entry-title {
font-size: 38px;
line-height: 44px;
}
The first post title is now bigger than the other posts.
https://www.screencast.com/t/PMaVSUduG0
That blog is still using the old theme. I am trying to achieve these setting on another blog. Check here https://www.pocketadjust.com/blog/
Ahh I see.
This should work:
.featured-column h2.entry-title {
font-size: 30px;
}
It helped.. Thanks :)
No problem :)