Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Isn’t it possible to show the blog pictue only in the pre view not in blog direct?
regards
Andreas
Hey AndreasSeydell,
I believe your question is to show the post featured image in the blog page only and not on the post single page.
Which we can with some css like this:
#top.single .big-preview.single-big {
display: none !important;
}
but since we have a few layouts this might not be the right css for you, if not please link to your page so I can adjust.
If I misunderstood your question, please link to your pages for no image & show image so I can adjust.
Best regards,
Mike
Hi,
a friend helps:
.single-big .lightbox-added {
display: none;
THX