Tagged: ,

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

    HI
    I have the page below as my blog page, but would like to put a line between the blog posts.
    Tried:

    .page-id-5521 .template-blog .post_delimiter {
        border-bottom: 1px #000000;
    }

    but that didn’t work.
    Can you help me with this?
    Also, is it possible to move the date underneath the title instead of at the bottom? It’s a bit confusing.

    thanks
    Nancy

    #1145189

    Hey Munford,
    To add a line between blog posts please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .fullsize .template-blog .post_delimiter {
        border: 2px solid #000 !important; 
        display: block !important; 
        padding: 0px !important; 
    }

    I didn’t see the date below your posts, in order to move.

    Best regards,
    Mike

    #1162027

    thanks you can close this thread

    #1162047

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Line between Blog post, move date’ is closed to new replies.