[Resolved] Latest Posts Styling

Home Forums Support [Resolved] Latest Posts Styling

Home Forums Support Latest Posts Styling

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #116337
    Tudor M

    How to style the latest posts?

    http://screencast.com/t/TYHLrttz

    #116389
    Tom
    Lead Developer
    Lead Developer

    Give this CSS a go:

    .widget.widget_recent_entries li {
        list-style-position: inside;
        list-style-type: disc;
    }

    Adding CSS: http://generatepress.com/knowledgebase/adding-css/

    #116392
    Tudor M

    Thank you, is working.

    #116393
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

    #1326160
    Rick

    This is great! Just thought I’d share another version. I prefer having the bullets outside.

    .widget.widget_recent_entries li {
    list-style-position: outside;
    list-style-type: disc;
    }

    Thanks Tom!

    #2032421
    steven

    hello, I tried with your versions but it does not work for me. Can you help me ?

    #2032428
    Ying
    Staff
    Customer Support

    Hi Steven,

    Can you open a new topic and link us to the page?

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