Home › Forums › WoodMart support forum › Append plus symbol into an animated counter › Reply To: Append plus symbol into an animated counter
July 4, 2020 at 12:34 pm
#208606
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.woodmart-counter .counter-value:after {
content: "+";
display: inline;
}
Regards