Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #332339

    Hi!

    I want to disable the image preview on my posts.

    Thanks!

    #334148

    Hey!

    Try adding this code to the Quick CSS:

    .slide-image, .big-preview.single-big{
    display: none;
    }

    Cheers! 
    Josue

    #334737
    This reply has been marked as private.
    #335176

    Hi!

    Please add following code to Quick CSS

    .single .blog-meta {
    display: none;
    }

    Regards,
    Yigit

    #335553

    Thanks but is it possible see the image but disallow to expand it?

    #335555

    Hey!

    Yes, please change the code to following one

    .single .blog-meta {
    pointer-events: none;
    }

    Best regards,
    Yigit

    #335556

    Thank you so much!!! One quick question. This code isn’t necessary:

    
    .slide-image, .big-preview.single-big{
    display: none;
    }
    

    Right?

    #335557

    Hi!

    No, it is for another blog style and not the one you are using. The code i posted will disable clicking on featured image only on single posts

    Best regards,
    Yigit

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