Adding a horizontal line between posts Posted in : TheBlogger nerwinParticipant 23 March 2017 at 15:32 #47947 I would like to add a horizontal line between each of the posts on the blog list page but not have the line displayed on the last post on the page? I know it’s something to do with last child. I’m sure I could spent a couple hours trying to figure it out, but I don’t have time for that right now haha. Maybe you could possibly make this an option in a future update? I’m sure it’s a simple implementation. Thanks in advance! I really appreciate your help. serkanModerator 23 March 2017 at 15:37 #47948 Hi, You can use these custom css codes for now. We will think about add this feature to the update list. .blog-regular article { border-bottom: 1px solid #cacaca; } .blog-regular article:last-child { border-bottom: none; } Thanks Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in and have valid license to reply to this topic. License required for the following item TheBlogger WordPress Themeby pixelwars Login and Registration Log in · Register