Make arrows in popup always visible (not just on hover)

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-arrow:not(.es-post-media-carousel-arrow-disabled) {
visibility: visible !important;
opacity: 1 !important;
}

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