[Resolved] Remove Bullets from Latest Posts Block

Home Forums Support [Resolved] Remove Bullets from Latest Posts Block

Home Forums Support Remove Bullets from Latest Posts Block

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1423380
    Shelley

    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!

    #1423467
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1423531
    Shelley

    Perfect. Thank you!

    #1424048
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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