Home › Forums › Support › Create a recent post with number This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 10, 2019 at 9:23 pm #1006376 Hadi Mahmud Hello, How do I create a recent post with a number like in https://www.cyberciti.biz/ ? Like this http://prntscr.com/p4jlbx Thank you September 11, 2019 at 5:11 am #1006616 DavidStaff Customer Support Hi there, so for the Recent Posts widget on your blog – try this: .widget_recent_entries ul { counter-reset: custom-counter; position: relative; } .widget_recent_entries ul li { counter-increment: custom-counter; } .widget_recent_entries ul li:before { content: counter(custom-counter); position: absolute; left: 0; font-size: 20px; font-weight: 900; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In