Please make the text color of the ‘Load more’ button customizable.
1 Like
Hi there, @user31968 ![]()
Thanks a bunch for the feedback!
I agree that it would be awesome to have this option right in the settings. We’ll try to consider this opportunity in the future, especially if more users upvote the idea.
As for now, you can change the text color of the Load More button using this code in the Custom CSS field on the Style tab of your widget’s settings:
.eapps-instagram-feed-posts-grid-load-more-text {
color: red;
}