Bullet point styling

Home Forums Support Bullet point styling

Home Forums Support Bullet point styling

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #194555
    O’brian

    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.

    #194561
    Tom
    Lead Developer
    Lead Developer

    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/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.