[Support request] CSS: Post Separator

Home Forums Support [Support request] CSS: Post Separator

Home Forums Support CSS: Post Separator

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #515181
    jbpyn

    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

    #515268
    Tom
    Lead Developer
    Lead Developer

    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 */
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.