How to change bootstrap tooltip color
For the arrow, first confirm that which direction you are using. For example, i am using left direction, then it should be
.tooltip .tooltip-inner { background-color:#2fa5fb; } .tooltip.left > .tooltip-arrow { border-left-color: #2fa5fb; }
EmoticonEmoticon