I am trying to get an ordered list first item shouldn\'t start with number. The number should start from second item.
please check this URL what I am trying to achie
Try to add this rule:
ol li:nth-of-type(1):before{content: "";}
This will remove the zero at the first element.