Change homepage layout

Hi!
I would like to remove the second post that appears in the homepage so that it just shows one “big” post and then the smaller post display. (Sorry if I’m not expressing myself “correctly” but I’m new at this).
Thanks!

Hello Tatianska,

I hope you are doing well today.

From what you have said it seems that you want to hide the second post.

You can use the following CSS code to hide the second post by going to Appearance > Customize > Additional CSS and pasting it there.

/*Hide second post*/
.blog.home .page-1 article.post:nth-child(2) {
    display: none;
}

Best Regards,
Support

Thanks for the fast reply!
If I do that I will hide the post, what I want is that the display shows just one “big” article and then the small ones.

You can achieve this by using custom CSS solution posted in the following topics.

https://colorlibsupport.com/t/how-to-make-only-one-post-full-width-and-the-rest-in-grid/#post-58491
https://colorlibsupport.com/t/a-few-questions-how-to-make-only-the-first-post-full-and-regarding-font/#post-59417

Thank you so much! It worked :slight_smile:

You are most welcome here :slight_smile: