Change hint font 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: violet;
}
1 Like