When I try to change the popover background color, I get the problem that not the full popover is using that background ( The triangle pointing to the speaker):
My css:
.popover-content {
background-color: #FCD086;
font-size: 10px;
}
When I try to change the popover background color, I get the problem that not the full popover is using that background ( The triangle pointing to the speaker):
My css:
.popover-content {
background-color: #FCD086;
font-size: 10px;
}
you should change this css too:
.popover.top .arrow:after {
bottom: 1px;
margin-left: -10px;
border-top-color: #FCD086; /*<----here*/
border-bottom-width: 0;
content: " ";
}