Adding prefix symbol to Divi Counter Module

by | Apr 25, 2024 | Tutorials | 0 comments

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.

Your Title Goes Here

Your Title Goes Here

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *