CSS ClassName
You can customize your product tour using the tooltipClass
option:
.customTooltip * {
color: #4a4a4a;
font-size: 18px
}
.customTooltip .introjs-tooltip-title {
color: #0a41c9;
}
introJs().setOptions({
tooltipClass: 'customTooltip'
}).start()