Search for: Log In Free Support [Resolved] Displaying bullets in a post relationship Home › Forums › Support › Displaying bullets in a post relationship This topic has 7 replies, 4 voices, and was last updated 5 months, 2 weeks ago by Tom. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts August 8, 2020 at 6:54 pm #1393428 Hector How can I insert bullets at the beginning of a post list inside a Widget? Suppose I want to show the last 5 posts. I want these to have a bullet at the beginning. August 8, 2020 at 7:49 pm #1393451 Henry This is what I do for that: ul.post-categories { margin-left:4px; } ul.post-categories { list-style-type: none; } ul.post-categories li::before { content: "\f097"; font-family: "fontello"; padding: 0 10px 0 0; color:#8395a7; } Of course, this is dependent on the font-icons I am using. This may help? August 8, 2020 at 7:54 pm #1393453 Hector Do I add this with the Simple CSS plugin? Because I already did it and it does not work, the posts in the widget are still without bullets. Thanks for your support. August 8, 2020 at 8:29 pm #1393480 LeoStaff Customer Support Where is the widget you are referring to? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 9, 2020 at 12:04 pm #1394374 Hector I mean the widget that shows recent posts. August 9, 2020 at 1:17 pm #1394437 TomLead Developer Lead Developer Hi there, Give this CSS a shot: .widget_recent_entries ul li { list-style-type: disc; } .widget_recent_entries ul { margin-left: 1em; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development August 9, 2020 at 1:20 pm #1394441 Hector Works Excellent. Thanks Tom August 9, 2020 at 1:23 pm #1394444 TomLead Developer Lead Developer You’re welcome 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In