You can't insert true bullet points inside a paragraph in Webflow’s Designer like you can in rich text editors such as Microsoft Word, but there are workarounds depending on your use case.
1. Use Rich Text Element and CMS Content
- Drag a Rich Text element into your page or bind it to a CMS Rich Text field.
- Inside it, you can insert unordered lists (bullet points), which can appear between blocks of text.
- Use Shift+Enter to create soft line breaks if you want tighter layout.
- This method doesn’t place bullet points within a single paragraph, but allows mixed lists and text.
2. Manual Bullet Characters Inline
- If you only need a visual bullet inside a paragraph (not semantic HTML list), you can copy-paste a bullet character (•) into a Text Block or Paragraph.
- Example: “Features include • Fast loading • Mobile optimization • SEO support.”
- This offers native inline control but lacks semantic structure for accessibility or SEO.
3. Use Flexbox for Custom Layout
- For full visual control, create a div with Flexbox to layout icons or bullets alongside text manually.
- Style each line to appear like part of a paragraph with inline bullet icons.
- Best for custom designs, but more complex to maintain and not true HTML lists.
Summary
You can’t embed a real bullet list within a single paragraph element in Webflow, but you can simulate it using Rich Text for semantically correct lists or use inline symbols and layout tricks for visual-only bullets.