Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 20, 2013 at 6:04 pm #25116 travistrueParticipant 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? June 21, 2013 at 5:00 am #125821 IsmaelModerator Hi, You can use this on your custom.css or Quick CSS .archive .big-preview.single-big { display: none; } Regards, Ismael Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The topic ‘Remove Preview Image on Archive Pages’ is closed to new replies.