Archived topic
Bullet point styling
1 reply · Started by O'brian on May 15, 2016
I'm wondering why in the edit mode of my blog posts, it shows bullet styles that change for each level but this isn't the case when I publish the post. For instance, when I insert a bulleted list, the first level is a closed dark circle. When I enter a sub-bullet, it shows as an open circle in the edit mode. However, when I preview the post or publish, the sub-bullet shows up as a closed dark circle as well.
Any help would be appreciated. Thank you.
Hi there,
You should be able to accomplish this quite easily with some CSS:
.entry-content ul ul li {
list-style-type: circle;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
