Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

remove bullets from unordered list using bootstrap

I am trying to remove the bullets showing in the unordered list using bootstrap. I have tried the "text-decoration-none" class but no use.

like image 965
Kevin Thomas Avatar asked Oct 19 '25 10:10

Kevin Thomas


1 Answers

try like this:

<ul class="list-unstyled">
  <li>...</li>
</ul>
like image 186
kian Avatar answered Oct 22 '25 01:10

kian



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!