Change text and background color of the Load More button

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

.eapps-facebook-feed-load-more{
    color:red;
    background:blue;
}