Select Page
Advertisements

To change the percentage (%) sign in your Divi Number counter module to a dollar ($) sign you will need to:

  1. Add a Numer Counter Module into your page.
  2. In the module general settings, Set the PERCENTAGE SIGN to OFF.
  3. Set a CSS Class of dollar
  4. In your epanel custom CSS, or style.css in your child theme add the following code:
.dollar .percent-value:before { content:'$';}