Using Specular theme, how do I remove the commas on the counter? I need to put them manually since I’m using years on some of them and it puts the comma there too.
Please go to file: specular\js\odometer.min.js and find this line: <span class="odometer-formatting-mark"></span>',c="(,ddd).dd", Edit it to this: <span class="odometer-formatting-mark"></span>',c="(ddd).dd", Save file and refresh.