0
<span class="fa fa-info-circle" data-toggle="tooltip"
                            style="color:white; background-color: orange" 
                            title="captain teemo"></span>

It only changes the icon of the tooltip not the message when the mouse cursor hovers on it

Thunfische
  • 1,107
  • 2
  • 15
  • 35

1 Answers1

2

You cannot change the default tooltip appearance using simple CSS since it is browser/OS-dependent. If you do want to change the appearance of the tooltip I suggest you use javascript or a third party library instead of using the default tooltip generated from your browser/OS.

Stefan Joseph
  • 545
  • 2
  • 10