Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1489882

    Hi all,
    I already did some research for this topic but all the solutions (CSS, Enfold settings etc.) I found didn’t work.
    I was able to remove the title from the page, but not the featured image. Here’s what I want to do:
    I want to create all our blog posts with Gutenberg. On the blog posts I want to remove the featured images and the title. I want to define both with Gutenberg. I want to use the featured images only on archive pages (categories etc.). How can I completely remove the feature image from the post page?

    #1489889

    Hey atx_m,

    Please try the following in Quick CSS under Enfold->General Styling:

    .single-post .small-preview {
      display: none; 
    }

    Best regards,
    Rikard

    #1489928

    Nice, thank you!

    #1489931

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove featured image from blog post created with Gutenberg’ is closed to new replies.