To use normal bullets for unordered lists in the HighLevel Funnel & Website Builders instead of the default checkmarks, enter the following CSS in Settings > Custom CSS:


1. Add a bulleted list element to the page


2. Paste the following code into Page Settings > Custom CSS


.bulletList-yourlistid.text-output ul li { padding: 0 !important; }
.bulletList-yourlistid.text-output ul li::before { display: none; }
li { list-style: disc;
HTML


3. Save the page


3. Open a preview of the page in Chrome


4. Right-click one of the list items > Inspect Element > Copy your list ID


5. Open Page Settings > Custom CSS again and replace 'yourlistid' with the list ID you copied


6. Save page and refresh preview