how to remove dot in u li in bootstrap
snippet in lua
li remove dot css
user4098
list-style: none
how to take away the dot in a ul
user9838
<ul style="list-style: none;">
<li>List item with no bullet</li>
<li>Second item</li>
</ul>