This question already has an answer here:
- Change bootstrap tooltip color 25 answers
I'm trying to style tootltips using
.tooltip-inner{}
But i'm having troubles cause i can't find how to style tooltip small arrow.
As shown on screenshot the arrow of the tooltip is black i want to add new color on that:
any suggestion?
If you want to style only the colors of the tooltips do as follow:
This one worked for me!
For styling each directional arrows(left, right,top and bottom), we have to select each arrow using CSS attribute selector and then style them individually.
Trick: Top arrow must have border color only on top side and transparent on other 3 sides. Other directional arrows also need to be styled this way.
click here for Working Jsfiddle Link
Here is the simple CSS,
You can use this to change tooltip-arrow color
I have created fiddle for you.
Take a look at
here
Use this style sheet to get you started !