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

    Hi,

    Just found a snippet to hide the big image inside the single post. Great. Now the only thing showing is the small 36×63 thumb just the way I want. Nice and clean.

    Now the issue is that if I click the category og archive in the breadcrumb the list will show both the featured image and the whole content og the post. I would like it to look like my blog. Only the small image and a small excerpt with a read more button.

    #127516

    Hi webpress,

    Not sure what you have now but this will probably cover all of them:

    .blog .big-preview.single-big,
    .single-post .big-preview.single-big,
    .archive.category .big-preview.single-big,
    .archive .big-preview.single-big {
    display: none;
    }

    Regards,

    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hide featured image in Category and Archives’ is closed to new replies.