Remove image preview from blog post (article)

Hi there,

is there anyone to assist me in removing the “featured” image in the top line of any blog article?

I am using Debut and Pagefly landing page builder for my blog. I checked the previous conversation and tried at least a dozen of solutions, but probably I am not hitting the right asset/template. I don’t know if this might help, but previously I was using Zeno landing page builder, but I’ve just installed the app and then removed

After many attempts, I am still not able to find the right string to avoid finding the featured image at the beginning of my post. The screen below is the explanation. The pic (red marked) is the featured image while the blue background (green marked) is the blog post I am posting with Pagefly landing page builder.

thank you in advance,

hello @Albibbo

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-article .pf-ari {
    display: none;
}

after checking 3 days and over 20/25 different posts, you fixed my issue in 5 minutes after my post.

Wow. many thanks Natztech :slightly_smiling_face:

hello @Albibbo

It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance