Currency Style Changes After Filter Is Applied
Introduction
Follow these steps if your currency style changes after filtering.
Problem: Currency Style Changes
Here is an example of the issue.
The Solution: Custom CSS
Please paste the following CSS code at your divi theme options.
.entry-summary .divi-filter-loop-container p.price span {
font-size: unset !important;
}