Home › Forums › Pro Support › Remove Links from date/author › Reply To: Remove Links from date/author
September 5, 2020 at 5:41 pm
#19043
Participant
Thanks Tom! That’s just about got it. The border was clashing with descenders in the title line, so I added some space above it. Also because the border can’t be spaced like type, some letter combinations were making the spacing jarring (my fault for having an author name that ends in ‘l’ 😅).
.wp-show-posts-separator {
display: none;
}
.wp-show-posts-entry-title {
padding-bottom: 5px;
}
.wp-show-posts-byline {
border-right: 1px solid #ddd;
padding-right: 1px;
margin-right: 4px;
}
Would it be a pain to change it so the author name is followed by a comma?
Author Name, September 1, 2020
That would clear up everything.
But if it’s not possible, I can certainly live with a few pixels of wonky spacing!