Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25116

    I want to remove the images on the post page and archive pages. I used the following CSS to take it off the post page (#top.single-post .big-preview.single-big {display: none;}. How would I do the same for the archive pages?

    #125821

    Hi,

    You can use this on your custom.css or Quick CSS

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

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Preview Image on Archive Pages’ is closed to new replies.