Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #383426

    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!

    #383658

    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

    #384554

    Hi!

    It didn’t work but that led me to this:

    .big-preview.single-big {
    display: none;
    }

    And this does work!

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove featured image in archive page’ is closed to new replies.