SyntaxFix
Write A Post
Hire A Developer
Questions
Seems to have changed in Bootstrap 4
If you want to change color of a bottom placed tooltip in red, just add this to your CSS :
.tooltip-inner { background-color: #f00; } .bs-tooltip-bottom .arrow::before { border-bottom-color: #f00; }