Change hint text color

Add this code to the Custom CSS field on the Appearance tab of your Pricing Table widget’s settings:

.global-styles, .es-features-feature-hint-inner {
color: red !important;
}
1 Like