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.
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