Search for: Log In Free Support [Resolved] Stylize the ordered list and unordered list Home › Forums › Support › Stylize the ordered list and unordered list This topic has 3 replies, 3 voices, and was last updated 7 months, 1 week ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 15, 2020 at 12:00 am #1328079 Rohan Verma Hello Team, How can I get an ordered list even ordered list like this:https://prnt.sc/szvms5. Like the circle numbering and vertical line June 15, 2020 at 5:13 am #1328396 DavidStaff Customer Support Hi there, the Site you provided a link for uses this CSS: .entry-content ol { counter-reset: li; } ol { list-style: decimal; } .entry-content ol li { position: relative; margin: 0 0 .5rem 1.03rem; padding: 4px 1.1rem .3rem 1.5rem; list-style: none; border-left: .5px solid #073042; } .entry-content ol>li:before { content: counter(li); counter-increment: li; position: absolute; top: 0; left: -1.2em; box-sizing: border-box; margin-right: 8px; display: block; font-size: .9rem; padding: 7px; width: 2.1rem; height: 2.1rem; line-height: 1.3; text-align: center; font-weight: 500; border: .5px solid #15C77C; background: #15C77C; color: #fff; border-radius: 999em; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ June 15, 2020 at 7:22 am #1328564 Rohan Verma Thanks, David it’s working, now I want same vertical line for the unordered list as well. How to achieve that June 15, 2020 at 1:40 pm #1329114 LeoStaff Customer Support Try replacing ol in David’s code with ul Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In