In this tutorial, we will see how to add a prefix to the Divi modules counter.
All we need to do is to add a simple CSS code that we need to add on the module settings > Advanced Tab > Custom CSS > Free Form CSS box
selector .percent p:before{ content: '$' }
Adding the prefix using CSS will not break the javascript base animations of the counter module number values.
0 Comments