I want to style(css) some bootstrap-tooltip.js tooltips, without affecting all the tooltips. I have tried many different solutions but i allways end up adding a class to the ele
Prior to Bootstrap 4:
$().tooltip({ template: '' })
Bootstrap 4: