Archived topic
Homepage Style without WP Show Posts
7 replies · Started by Marius on September 7, 2018
On the Homepage, I have used WP Show Post Pro to show the posts. But i think this isn´t necessary.
I would like to show the posts on homepage exactly like that without WPSP. But if you look on category page, where i don´t use WPSP, you can see a little differnce. The pics have not the same size and there is more space between pic and title.
How can i make the design on hoepage (and archive pages) like it is now on homepage, but without WPSP?
Hi there,
Image size can be adjusted in the customizer:
https://docs.generatepress.com/article/adjusting-the-featured-images/
And use this CSS to reduce the space:
.post-image-above-header .inside-article .post-image {
margin-bottom: 0.5em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Hi Leo, the css is not working. Nothing happens.
Hmm it should work. However I'm not seeing it being added?
I have deleted ist because is had no effect. Now I have put in back again.
Edited the code above.
Thanks, that works. But how can i get the second, third, etc. row a bit higher?
Try this CSS:
.entry-summary {
display: none;
}