Archived topic
I would love to add a separator between posts on Blog Archive
5 replies · Started by Alicia on June 21, 2020
Is there a filter for that?
Hi there,
Try this CSS:
.blog .post, .archive .post {
border-bottom: 1px solid #000;
}
I actually have a specific <hr> I'd like to add. It's a specific width. You can see it here on this page:
https://sandbox.intrepidrealist.com/paul-schurch/consulting-and-collaborations/
I wonder if adding the <hr> tag using the after_content hook on the posts/archive page would work?
https://docs.generatepress.com/article/hooks-visual-guide/#posts-page
https://docs.generatepress.com/article/hooks-element-overview/
Thanks again!
That worked!
You guys are great!
No problem :)