Archived topic
Remove Bullets from Latest Posts Block
3 replies · Started by Shelley on August 29, 2020
Viewing posts 1–4 of 4
Hi. I would like to remove the bullets from the Latest Posts block that's on my home page.
I tried
ul.display-posts-listing {
list-style: none;
}
But that did not work. I'm thinking there's a different class I need to use?
Thanks for your help!
Hi there,
Try this CSS:
.inside-article ul.wp-block-latest-posts li {
list-style: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Perfect. Thank you!
No problem :)
This archived topic is closed to new replies.