Change hint background color

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

.global-styles,
.es-tooltip-container {
  background: #d8d8d9 !important;
}
1 Like