I dont know how to remove featued Image in Image posts. I want to remove it because it shows 2 times the same image right now.
Hi KevinHaeusler!
Did you add a plugin that handles the featured image? Please deactivate that. You can add this on Quick CSS to remove the big featured image on top:
.single .big-preview.single-big {
display: none;
}
Best regards,
Ismael
Thanks that worked!
Is there a way to remove it on the blogpage aswell?