# Bootstrap popovers trigger

**URL:** https://forum.shopware.com/t/bootstrap-popovers-trigger/101077
**Category:** Themes & Design (EN)
**Created:** [30. August 2023 um 09:49 UTC](https://forum.shopware.com/t/bootstrap-popovers-trigger/101077 "2023-08-30T09:49:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![B\_Hoss](https://avatars.discourse-cdn.com/v4/letter/b/f07891/32.png) [@B\_Hoss](https://forum.shopware.com/u/B_Hoss)
#### Post date: [30. August 2023 um 09:49 UTC](https://forum.shopware.com/t/bootstrap-popovers-trigger/101077/1 "2023-08-30T09:49:44Z")

</div>

Ive successfully got the inbuilt bootstrap popovers working simply by adding

```auto
<button type="button" data-bs-trigger="hover focus" data-bs-toggle="popover" class="btn btn-lg btn-danger" title="Popover title" data-bs-content="And here's some amazing content. It's very engaging. Right?">Click to toggle popover</button>

```

However the trigger part is only working with focus ( so basically need to click ) and not also with hover. I have tried with data-bs-trigger=„hover focus“ and data-trigger=„hover focus“ and neither seem to be working.  
Does anyone know how to add hover functionality ?
