I have noticed that Bootstrap is predefined using data-toggle="popover". How to manage actually tips popover as it is added CLASS value and need to add also ID to style such tip on the right.
data-toggle="popover" will be class but how to style all content inside popover using ID's. Many ID's will manage different designs.
This is just example:
<a href="#" class="btn btn-primary btn-lg" data-toggle="popover" tabindex="0" data-trigger="focus" title="Popover title" data-content="Here's some amazing content.">Dismissible popover</a>
Need help.