Archived topic
Homepage setting
3 replies · Started by Ashish on December 16, 2020
hello, sir i want to make this type of homepage - EXAMPLE - https://ibb.co/GvBFSYM
CAN YOU PLEASE help me...thanks. :)
Hi there,
That should be pretty easy as the example site is also using GeneratePress.
Try the following step first:
- Make sure the Blog module is activated:
https://docs.generatepress.com/article/installing-gp-premium/#activate-your-modules
- Go to Customizer > Layout > Blog and check to display posts in column and choose 3 columns:
https://docs.generatepress.com/article/using-columns-in-the-blog/
- Set the content type to excerpt and word count to 0:
https://docs.generatepress.com/article/blog-content-layout/#archives
- Add this CSS:
.inside-article, .sidebar .widget, .comments-area {
border: 1px solid rgba(232, 234, 237, 1);
box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That should be it.
Let me know :)
Thank sir,
after apply your setting then my site looking URL - https://ibb.co/Y3xFmmB
but demo site is looking more cool - URL -https://ibb.co/GvBFSYM
Hi there,
add this CSS:
.generate-columns .inside-article {
padding: 20px 20px 30px;
}
.generate-columns .inside-article .entry-summary,
.generate-columns .inside-article .entry-meta {
display: none;
}