Change color of pagination dots in carousel posts to the original color used on Instagram

Add this code to the Custom CSS field on the Style tab of your Instagram Feed widget’s settings:

.global-styles, .es-post-media-carousel-pagination-item::before {
background: #A8A8A8 !important;
}
.global-styles, .es-post-media-carousel-pagination-item-active::before {
background: #0296F6 !important;
}

Let us know if the solution worked for you :slightly_smiling_face: