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:

.global-styles, .es-features-feature-hint-active {
color: white;
stroke: black;
}
1 Like