Archived topic
How do I remove the line?
3 replies · Started by Heath on February 2, 2021
Viewing posts 1–4 of 4
There has to be something in my css that makes the line show up. I need to know to remove.
Hi there,
You have this CSS on your simple CSS plugin:
.comments-link, .posted-on {
border-left: 1px solid #ddd;
padding-left: 10px;
margin-left: 10px;
}
You can remove the , .posted-on selector so it only applies to the comments link. Or completely remove it if this is unused.
Y'all are awesome! That worked like a charm.
Nice one. No problem. :)
This archived topic is closed to new replies.