Remove Read More and display full text

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

.global-styles,
[id*="eapps-rss-feed"]
[class*="SimpleShortener__Outer-sc"] {
  max-height: none;
}

.global-styles,
[id*="eapps-rss-feed"]
[class*="Text__Container"] >
[class*="Text__Control"] {
  display: none;
}

A post was merged into an existing topic: RSS feed - See full post without clicking on “read more”