Advertisements
To change the percentage (%) sign in your Divi Number counter module to a dollar ($) sign you will need to:
- Add a Numer Counter Module into your page.
- In the module general settings, Set the PERCENTAGE SIGN to OFF.
- Set a CSS Class of dollar
- In your epanel custom CSS, or style.css in your child theme add the following code:
.dollar .percent-value:before { content:'$';}