How to change bootstrap tooltip color

12:22 PM


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

I am Web Developer and Web Designer. Also Part Time Blogger. Love To Code in HTML, CSS, JS, jQuery, Bootstrap, PHP, WordPress, Magento.

RELATED POSTS

Previous
Next Post »