[Resolved] A Specific layout in archive

Home Forums Support [Resolved] A Specific layout in archive

Home Forums Support A Specific layout in archive

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #776952
    Kulwant

    I want to have an exact layout of https://www.bloggingcage.com/blog/ in my GeneratePress theme.

    null

    I mean I want first featured image big and other posts in grid style.

    How to achieve that?

    #776988
    David
    Staff
    Customer Support

    Hi there,

    go to Customizer > Layout > Blog – under Columns check the Make First Post Featured

    #777038
    Kulwant

    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?

    #777054
    David
    Staff
    Customer Support

    Looks like you found the solution to that. let me know.

    #777284
    Kulwant

    No. I didn’t find the solution yet.

    #777315
    Leo
    Staff
    Customer Support

    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

    #777318
    Kulwant

    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/

    #777321
    Leo
    Staff
    Customer Support

    Ahh I see.

    This should work:

    .featured-column h2.entry-title {
        font-size: 30px;
    }
    #777330
    Kulwant

    It helped.. Thanks πŸ™‚

    #777690
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.