Home › Forums › Basel support forum › Animated counter unit Animated counter unit This topic has 3 replies, 2 voices, and was last updated 7 years, 4 months ago by Artem Temos. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 24, 2017 at 1:25 pm #22434 despina.minaParticipant Hello, there is the possibility to add a measurement unit after the animated counter? For ex.500 sqm? Thank you October 24, 2017 at 1:54 pm #22437 Artem TemosKeymaster Hi, You can do this globally for all counters only with this CSS code .basel-counter .counter-value:after { display:inline; content: "sqm"; font-size:18px; } Regards October 26, 2017 at 10:34 am #22594 despina.minaParticipant Thank you,but i don’t want to add it globally. Is it possible to add it to a specific animated counter? October 26, 2017 at 11:12 am #22603 Artem TemosKeymaster In this case, you can add some extra class to your counter and use this code .your-custom-class.basel-counter .counter-value:after { display:inline; content: "sqm"; font-size:18px; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register