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,  .eui-tooltip-content-inner {
color: red !important;
}