
Xavier P. answered 03/14/19
Creatively Open-minded tutor in Programming, Math and The Arts
In your css, you need to add property called list-style-type and make it equal to none. This will remove the bullets. The code below will do the trick. If you wanna change to a different type of bullet, like a square or roman numerals, you would change the none to square or upper-roman or lower-roman. There are many more types as well