Showing posts with label bootstrap. Show all posts
Showing posts with label bootstrap. Show all posts

How to change bootstrap tooltip color

12:22 PM 0


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;
}