Pagination CSS

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! :slight_smile:

1 Like

Hi there @Quilla :wave:

Sure! Here is the code for your case:

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 :wink: