Hello!
How can I get rid of the featured images from every post that are shown in archive page?
I can’t find the answer in the forum, sorry.
By the way, this Enfold theme is fantastic. I’m very happy with it. Congratulations on yout work!
Hi javieraisa!
Thank you for the kind words.
You can use this on Quick CSS to remove the featured image on archive pages:
.archive .big-preview.single-small {
display: none;
}
Cheers!
Ismael
Hi!
It didn’t work but that led me to this:
.big-preview.single-big {
display: none;
}
And this does work!
Thank you!