Forums
(@nstudor)
7 years, 3 months ago
You can do it using CSS (in next example the last counter have %):
<style> .wpsm_row>div:last-child .counter::after { content: ” %”; } </style>