how to get rid of list styling code example
Example 1: ul hide bullet css
ul.ba {
list-style-type: none;
}
Example 2: remove bullets from ul
list-style-type:none;
ul.ba {
list-style-type: none;
}
list-style-type:none;