SyntaxFix
Write A Post
Hire A Developer
Questions
I can offer you a jquery solution
add this in your <head></head> tag
<head></head>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
add this after </ul>
</ul>
<script> $('ul li:first').remove(); </script>