Change text of Load More buttom

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

.eapps-instagram-feed-posts-grid-load-more-text {
font-size: 0 !important;
}

.eapps-instagram-feed-posts-grid-load-more-text:after {
content: 'Custom text';
font-size: 14px;
}

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