We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Remove Links from date/author Reply To: Remove Links from date/author

#19043
Chris
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!