Archived topic
CSS: Post Separator
1 reply · Started by jbpyn on March 8, 2018
Hello again,
I am trying to add a post separator using CSS, the best results are from this:
.post {
border-top: 1px solid #bfbfbf
}
Unfortunately, because I use the WP show posts plugin the css shows up in the right side bar too. I have linked to my staging site, so you can see what I mean. Is there anyway to target the post container, without adding that CSS to the WP Show Posts list?
Thanks again
Hi there,
The CSS on your site seems to be messed up - perhaps due to a caching plugin?
As a guess, you could try this:
.entry-content .post {
/* your CSS */
}