Adam
-1
Q:

how to remove bullets from ul

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
9
ul {
  list-style-type: none;
}
/* if you want to remove indentation , set padding: 0 and margin: 0 */

/* if you want inline code*/
<ul style="list-style: none;">
    <li>...</li>
</ul>
5
ul {
  list-style-type: none;
}
1
ul {
    list-style-type: none;
}
0
ul.ba {
    list-style-type: none;
}
0
list-style-type:none;
0

New to Communities?

Join the community