[Resolved] entry meta border

Home Forums Support [Resolved] entry meta border

Home Forums Support entry meta border

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1348511
    Mike

    I don’t know whether this css is correct or not, but it does put a border top and bottom of entry meta at top of post.

    Can you tell me how to stop it from putting the borders on the category and tag meta at the bottom of the page?

    Thanks

    .entry-meta {
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: 700;
    color: #4f4f4f;
    border-bottom: solid 1px #ff8761;
    border-top: solid 1px #ff8761;
    padding: 10px 0;
    }

    #1348765
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You could try this as the selector:

    .entry-header .entry-meta

    Let me know 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.