Make lists have bullets and indent

Support Forums for LiveMesh Themes & Plugins Forums Peak Theme Support Make lists have bullets and indent

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24420
    pgrowth
    Member

    Hello,

    How can I have bullets show on my lists? Right now there is no indention or bullets when using:

    #24421
    pgrowth
    Member

    I think I found it.

    Is this the correct CSS to edit?

    .widget ol, .widget ul, .widget ol li, .widget ul li {
    list-style: outside none disc;
    margin: 0;
    }

    #24429
    Veena
    Moderator

    Where exactly you want to add bulleted list?

    #24439
    pgrowth
    Member
    This reply has been marked as private.
    #24442
    Veena
    Moderator

    You can use the below custom CSS –

    .page-id-14010 .widget ul li {
        list-style: disc !important;
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Peak Theme Support’ is closed to new topics and replies.