[Resolved] Add bottom border after each entry on blog page

Home Forums Support [Resolved] Add bottom border after each entry on blog page

Home Forums Support Add bottom border after each entry on blog page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #260627
    Tim

    Hello,

    I want to add a bottom border after each entry on the blog page, but can not get the css to target only the blog page
    http://cop.greaterthanthesum.com/blog/

    Thanks


    Image
    https://nimbus.everhelper.me/client/notes/share/710365/my381s5i7i0esfupa8nu

    #260758
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You could try this:

    .blog .inside-article,
    .archive .inside-article {
        border-bottom: 2px solid #DDDDDD;
    }
    #260765
    Tim

    Thanks Tom, that worked

    Is there a CSS map?

    #260794
    Tom
    Lead Developer
    Lead Developer

    There isn’t – any examples of ones you find useful?

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