# Pinegrow Interactions with :before and :after

**URL:** https://forum.pinegrow.com/t/pinegrow-interactions-with-before-and-after/8462
**Category:** Pinegrow Interactions Add-on
**Created:** [October 26, 2023, 9:36am UTC](https://forum.pinegrow.com/t/pinegrow-interactions-with-before-and-after/8462 "2023-10-26T09:36:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Riccarcharias](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/riccarcharias/32/4051_2.png) [@Riccarcharias](https://forum.pinegrow.com/u/Riccarcharias)
#### Post date: [October 26, 2023, 9:36am UTC](https://forum.pinegrow.com/t/pinegrow-interactions-with-before-and-after/8462/1 "2023-10-26T09:36:26Z")

</div>

Hi,  
Is it not possible to target :before and :after elements with Pinegrow interactions? I have a list with check icons build in as li:before. I can’t animate them in PGIA…I tried “li:before” and “li::before” in the selector but it does not find the check icons. “li” works but it gives me the list-item, not the check icon.

Does anyone has an idea?

---

<div class="post-metadata">

### Author: ![matjaz](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/matjaz/32/5_2.png) [@matjaz](https://forum.pinegrow.com/u/matjaz)
#### Post date: [October 26, 2023, 12:57pm UTC](https://forum.pinegrow.com/t/pinegrow-interactions-with-before-and-after/8462/2 "2023-10-26T12:57:19Z")

</div>

@Riccarcharias I don’t think that is possible because these are not regular DOM elements.

> <https://stackoverflow.com/questions/38872290/how-to-get-pseudo-element/55258061#55258061>

---

<div class="post-metadata">

### Author: ![Riccarcharias](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/riccarcharias/32/4051_2.png) [@Riccarcharias](https://forum.pinegrow.com/u/Riccarcharias)
#### Post date: [October 26, 2023, 1:16pm UTC](https://forum.pinegrow.com/t/pinegrow-interactions-with-before-and-after/8462/3 "2023-10-26T13:16:14Z")

</div>

Thanks @matjaz for your answer! It’s a pity…then I have to build my list in a different structure…
