Search code examples
twitter-bootstraptwitter-bootstrap-3

Bootstrap popover - remove arrow


I have the following div:

<span data-placement="bottom" data-toggle="popover" data-container="body">Press Me!</span>

with the following popup:

  <div id="popover-content" class="hide"> ... </div>

How do I remove the arrow from the popover window??


Solution

  • .popover.bottom .arrow {visibility:hidden;}