Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #324908

    Hi there!

    How can I remove the link on the single post image. I don’t want it to be appear with big size when clicked on it.

    Thanks,

    Orhan

    #324910

    Merhabalar Orhan!

    Please add following code to Quick CSS

    .single .big-preview.single-big {
    pointer-events: none;
    }

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #324949

    Merhaba Yigit!

    I added the code but it didn’t work! You can choose any single page from https://www.insanayatirim.com/blog/ to check it.

    Thanks,

    Orhan

    #324951

    Hey!

    Please disable CSS minifying feature on the plugin you are using. Code is currently not being applied

    Regards,
    Yigit

    #324990

    Excellent! It worked!

    Thanks Yigit :)

    #324995

    Hey!

    You are welcome Orhan, glad we could help :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Single Post Image’ is closed to new replies.