Archived topic
Latest Posts Styling
6 replies · Started by Tudor M on June 24, 2015
How to style the latest posts?
Give this CSS a go:
.widget.widget_recent_entries li {
list-style-position: inside;
list-style-type: disc;
}
Adding CSS: http://generatepress.com/knowledgebase/adding-css/
Thank you, is working.
No problem :)
This is great! Just thought I'd share another version. I prefer having the bullets outside.
.widget.widget_recent_entries li {
list-style-position: outside;
list-style-type: disc;
}
Thanks Tom!
hello, I tried with your versions but it does not work for me. Can you help me ?
Hi Steven,
Can you open a new topic and link us to the page?
