Change color of hint (question) icon on hover

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

.es-features-feature-hint:hover {
  color: blue;
}
2 Likes