I wonder if this is possible set the display to none where text is 0, only with CSS without JS
ex:
<span id='counter'>0</span> <!--hide since it is 0-->
<span id='counter'>1</span> <!--show since it is!=0-->
I know it is possible when it is empty with pseudo :empty