Archived topic
Styling Blog Archive
8 replies · Started by jon on November 14, 2020
Hi Team GP
I’m having a bit of difficulty with the stying of the visual page (WP Archive) I’ve removed title and meta and would like to display just the images, but the elements are still there (but empty), which would then link to the post, basically a grid of images, but not sure how to achieve this, not had a problem styling the ShowPosts, thank you in advance.
Hi there,
Can you try adding this CSS:
footer.entry-meta, .entry-summary {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Then check to display padding around featured images first?
https://docs.generatepress.com/article/adjusting-the-featured-images/
Let me know :)
Hi Leo,
I’m don’t want to effect the footer, just remove the elements below each post title and meta, they have been disabled in the customiser, but the elements still remain visible.
Screen in post on Visual Page
Do you mind applying my solution above first and let me take another look?
I’ve added the Css, but with no effect, accept for adding a white bar on top of the first posts.
Have you done the part about the featured image padding as wel?
https://generatepress.com/forums/topic/styling-blog-archive/#post-1531401
It doesn't look like it.
Hi Leo, you right I didn’t - success, thank you 👍
No problem :)