Site logo

Archived topic

Horizontal line above post titles

3 replies · Started by Scott on October 24, 2021

Viewing posts 1–4 of 4

Hi

I'm trying to add a bold horizontal line above all post tiles (but under Category meta), like this.

Any ideas?

Thanks
Scott

Hi there,

Try this CSS:

.single-post .entry-header {
    border-top: 6px solid #000;
    margin-top: 10px;
    padding-top: 15px;
}

Perfect, thanks!

Glad to be of help

This archived topic is closed to new replies.