Rich Text Editor Sub Bullet Points Formatting Issue

Topic summary

A user reported formatting issues with sub-bullet points in product descriptions on their Shopify store using the Enterprise theme. The bullets appeared broken on the product page despite attempts to clear formatting and manually code HTML.

Troubleshooting Process:

  • Another user requested the website URL to inspect the code
  • Initial CSS solution was provided but caused other page elements to break
  • A refined CSS snippet was offered to better isolate the fix

Resolution:
The issue was resolved by adding CSS code to the product.css file:

.product__description ul {
    display: block !important;
}

This solution successfully fixed the bullet point formatting across the entire website without breaking other elements. Another user with the same issue was following the thread for their own implementation.

Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

Hey, just letting you know the solution was posted in case you missed it.