Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Resolved] Add hr tag to Blog page

Home Forums Support [Resolved] Add hr tag to Blog page

Home Forums Support Add hr tag to Blog page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #397722
    albabes

    Hi Tom
    Want to add an <hr /> to the bottom (after content) of each post, on the main Blog page.
    Don’t need it on single post pages, but it be ok if that happened.

    Is it Gp Hooks I use? I don’t see an obvious place to put it.

    Thanks

    #397980
    Tom
    Lead Developer
    Lead Developer

    You could probably just use some CSS:

    .blog article,
    .archives article {
        border-bottom: 2px solid #ddd;
    }
    #398254
    albabes

    Thank you!

    #398272
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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