Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1112716

    Isn’t it possible to show the blog pictue only in the pre view not in blog direct?

    regards
    Andreas

    #1112766

    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

    #1112843

    Hi,
    a friend helps:

    .single-big .lightbox-added {
    display: none;
    THX

    #1112871

    Hi,

    Thanks for the update, I’m glad that you found a solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.