Remove numbers from ordered list <ol>

PHOTO EMBED

Wed Jan 22 2020 08:08:03 GMT+0000 (Coordinated Universal Time)

Saved by @sub_zer0 #css #changingdefault #lists

ol li {
	 list-style-type: none;
     }
     
// OR

li {
	list-style-type: none;
}
content_copyCOPY

Must be applied to the list item <li> element inside the ordered list