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

This doesn’t work for me… Here’s what I put into the costum CSS field:

//Hints
.global-styles,
.es-tooltip-container {
  background: yellow !important;
}
1 Like

Hi there, @Jesper_Jensen :waving_hand:

I’ve just checked your widget and the code works fine:


Could you please double-check it?

Weird.. It works now… Must have been some kind of delay. Thanx

1 Like

Great, you’re welcome :wink: