Home › Forums › Support › Need help on blog listing This topic has 9 replies, 2 voices, and was last updated 4 years, 5 months ago by David. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts December 18, 2018 at 5:56 am #760065 Suresh Sudharsanam Hi Team, GP themes is awesome. need one more help to list blogs in orders. so how can i add a line after each blog post. for example…https://www.techeworks.com/wp-content/uploads/2018/12/Screenshot-2018-12-18-at-7.23.10-PM.png December 18, 2018 at 6:23 am #760083 DavidStaff Customer Support Hi there, try this CSS: article .inside-article { border-bottom: 1px solid #aaa; } December 18, 2018 at 6:31 am #760086 Suresh Sudharsanam thanks so much.. one question how can i add line for the Widgets title. like this https//www.techeworks.com/wp-content/uploads/2018/12/Screenshot-2018-12-18-at-7.57.48-PM.png December 18, 2018 at 6:40 am #760093 DavidStaff Customer Support Something like this: .sidebar .widget .widget-title { border-top: 1px solid; border-bottom: 1px solid; padding: 0.5em 0; } December 18, 2018 at 6:57 am #760217 Suresh Sudharsanam thanks a lot awesome.. last one question.. i can highlight few important points. like this http://www.techeworks.com/wp-content/uploads/2018/12/Screenshot-2018-12-18-at-8.23.01-PM.png December 18, 2018 at 7:00 am #760221 DavidStaff Customer Support Which points do want to highlight? Is it the Code block? December 18, 2018 at 7:05 am #760228 Suresh Sudharsanam yes its is code block. December 18, 2018 at 7:07 am #760229 DavidStaff Customer Support You can wrap your code like this: <pre><code> Your code in here </code></pre> December 18, 2018 at 7:08 am #760231 Suresh Sudharsanam thank you so much December 18, 2018 at 7:15 am #760241 DavidStaff Customer Support You’re welcome Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In