# Pagination CSS

**URL:** https://community.elfsight.com/t/pagination-css/68455
**Category:** Customization
**Tags:** youtube-gallery
**Created:** [September 1, 2024, 6:14am UTC](https://community.elfsight.com/t/pagination-css/68455 "2024-09-01T06:14:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Quilla](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/quilla/32/29171_2.png) [@Quilla](https://community.elfsight.com/u/Quilla)
#### Post date: [September 1, 2024, 6:14am UTC](https://community.elfsight.com/t/pagination-css/68455/1 "2024-09-01T06:14:38Z")

</div>

Hiya Elfsight Community! I was hoping to get some help with my YouTube video slider? specifically regarding changing the color of the background squares for the numerical pagination as well as the color of the numbers! 🙂

---

<div class="post-metadata">

### Author: ![Max](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/max/32/710_2.png) [@Max](https://community.elfsight.com/u/Max)
#### Post date: [September 2, 2024, 10:21am UTC](https://community.elfsight.com/t/pagination-css/68455/3 "2024-09-02T10:21:00Z")

</div>

Hi there @Quilla 👋

Sure! Here is the code for your case:

```auto
span.yottie-widget-feed-section-pagination-bullet{
background: rgba(48,48,48,48) !important;
color: #faf !important;
}

```

  

Test it out and let me know if it worked 😉
