[Resolved] Horizontal line above post titles

Home Forums Support [Resolved] Horizontal line above post titles

Home Forums Support Horizontal line above post titles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1973296
    Scott

    Hi

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

    Any ideas?

    Thanks
    Scott

    #1973374
    David
    Staff
    Customer Support

    Hi there,

    Try this CSS:

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

    Perfect, thanks!

    #1973945
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.