Remove bullets in latest posts widget
- The topic ‘Remove bullets in latest posts widget’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
How can I display latest posts without the bullets?
Exemple on this page: https://monlevain.com/recettes-et-guides/levain-ecarte/
Thanks!
The blog I need help with is: (visible only to logged in users)
Hi,
thank you for using our theme.
You can add this to the Custom CSS:
.wp-block-latest-posts.wp-block-latest-posts__list li {
width: calc(33.33333% - 20px);
list-style: none;
}
Hope this helps.
All the best,
Ana
Yes, it works! Thanks.
You are welcome :)