Archived topic
entry meta border
1 reply · Started by Mike on July 1, 2020
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;
}
Hi there,
You could try this as the selector:
.entry-header .entry-meta
Let me know :)