Change color of Load More button

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

.eapps-twitter-feed-posts-show-more {
background-color: #222;
color: #fff;
}
1 Like