PricingBlog

<ul> lists

  • datomnz-1213024720950398977

    Tom Wrench

    1 year ago

    I'm possibly missing something silly, but I'm struggling to get the bullet points in front of each <li> item.

    Any ideas how to get this to work?
    1213024721663426610-image.png
  • lucasg-1213026662359371828

    Lucas G

    1 year ago

    @Tom Wrench paste something like this in:
  • {"type":"nodes","nodes":{"BymrFNyluQeEfpvsgHP1l":{"type":"text","value":{"type":"value","value":"ul {\nlist-style: disc;\n}\nol {\nlist-style: auto;\n}\nli {\ndisplay: list-item;\nlist-style: inherit;\n}"}},"root":{"tag":"style","type":"element","attrs":{},"style":{},"events":{},"classes":{},"children":["BymrFNyluQeEfpvsgHP1l"],"styleVariables":{}}}}
  • Reason is the default stylesheet makes it so lists don't show
  • lucasg-1213027380092993567

    Lucas G

    1 year ago

    Otherwise, include an actual dot/number in your list item
  • datomnz-1213049299965845524

    Tom Wrench

    1 year ago

    Thanks @Lucas G 🙏
    👍1