remove dot from unorderd list code example
Example 1: ul hide bullet css
ul.ba {
list-style-type: none;
}
Example 2: li without bullet
ul {
list-style-type: none;
}
ul.ba {
list-style-type: none;
}
ul {
list-style-type: none;
}