A workaround for your specific case - because all your internal page links begin with “#” - would be something like this:
a[href^="#"] span.clicks { display: none; }
A workaround for your specific case - because all your internal page links begin with “#” - would be something like this:
a[href^="#"] span.clicks { display: none; }