Bullets Are Missing Sitewide (even with all plugins disabled)

Hello,

I recently discovered that all the bulleted items have disappeared from all posts and pages. I’m sure there’s a CSS conflict somewhere, but I can’t find it. I’ve turned off all plugins and the problem persists.

Do you have any idea what could be causing it?

Example page:

Thanks much!

Hello @tcultech,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

ul{
 list-style:square;
 overflow: initial !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

1 Like

That’s perfect—worked like a charm. Thanks so much for your help. It’s just weird that I can’t figure out what killed the bullets in the first place. Thanks for the references!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.