Text & typography

Remove bullets/dots from lists in Squarespace

Squarespace’s ul elements doesn’t use usual list-style for list item decoration , but rather :before to create more custom dots in lists.

So we need to remove the dots first and also adjust the spacing on list itself. Add this to PagesWebsite ToolsCustom CSS:

  ul[data-rte-list] li>*:first-child::before {
    display: none;
  }

Replies 0

Shape Enter comment
Shape Enter name
Shape Enter email

On this page