Kindergarten: Bullet Points Aren’t Displayed

Home Forums All Other Themes Kindergarten: Bullet Points Aren’t Displayed

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #157340
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    With the Kindergarten them, when I use the bullet points or numbering on my blog Posts or Pages, they do not appear. They display properly on the edit page but not on the live page. Below are the links:

    lapen.com/about-us/

    lapen.com/head-start-facts-and-impacts/

    #157446
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .thn_post_wrap ul li {
        list-style: inherit !important;
    }
    #sidebar .widget li {
        list-style-type: inherit !important;
    }

    Regards,
    Chris

    #157607
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    Thank you… It worked!

    #157664
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    🙂

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