Hide images from the feed

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

[class*="CardMediaBlock__MediaBlock"] {
  display: none;
}