How to remove featured blog photo from blog post?

@Luciana_Torous

Sorry for the missunderstanding. I have mistake, in your theme uses “styles.scss.css” file.

To provide changes for the “styles.scss.css” file, kindly perform next ones steps:

  1. Go to the “Online store” → “Themes”.

  2. Click to the button “Actions” → “Edit code”.

  3. Find behind the “Assets” heading the “styles.scss.css” file.

  4. At the end of the file add the code:

#shopify-section-article-template .image-element__wrap {
  display: none;
}
  1. Click “Save” button to save your changes.