使用 bootstrap 从无序列表中删除项目符号

Kev*_*mas 3 html css bootstrap-4 bootstrap-5

我正在尝试使用引导程序删除无序列表中显示的项目符号。我尝试过“text-decoration-none”类,但没有用。

kia*_*ian 9

尝试这样:

<ul class="list-unstyled">
  <li>...</li>
</ul>
Run Code Online (Sandbox Code Playgroud)