FAQs
How to create layout content writing?
Please refer to this link.
How to make changes via Child Theme?
Please refer to this link.
How to create a child theme?
Please refer to this link.
How do I format the number with commas (e.g., 2,025)?
To enable comma formatting for a specific counter, simply add the data-format=“number” attribute:
<span data-number="2025" data-format="number"></span>
This will render as:
2,025
Added from version 1.3.0
Last updated on