Forums › Forums › Bug Reports › Solid vs hollow bullet points in Table of Contents › Reply To: Solid vs hollow bullet points in Table of Contents
-
HI @markwww ! Thanks for letting us know. We’re able to recreate your problem on our end while also using the GeneratePress theme. However, other themes aren’t affected. Something in your current theme is causing the Table of Contents to display in this way.
You may either switch to a theme that doesn’t have this issue, or, if you want to keep your current theme, use the following CSS code to make the indented bullets hollow again:
.ub_table-of-contents ul ul{
list-style: circle;
}Please let us know how it goes.