Change text color in Results section

Add this code to the Custom CSS field on the Settings tab of your Calculator widget’s settings:

[class*="results__Container-sc"] * {
color: tomato;
}
3 Likes

3 posts were split to a new topic: Change result color based on the calculation result