Duplicate icons in list
I have a problem with lists. The code I am using is: < ul class="list_check" >
Here a screenshot of the problem

This problem appears in all the lists made with this code.
Thank you
I have a problem with lists. The code I am using is: < ul class="list_check" >
Here a screenshot of the problem

Comments
ul.list_check li, li.list_check{
Thanksbackground:none !important;
}
ul.list_check li:before{
top:0 !important;
}