Hide Load More button

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

[class*="LoadMoreButton__Container"] {
display: none!important;
}