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
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
thanks you can close this thread
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon