Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #421097

    Hello

    I am trying to make the images not clickable.
    I think I had this working previously using the following Quick CSS;
    .single-post .big-preview.single-big { pointer-events: none; }

    But now that I use the following it no longer seems to work;
    – Single Author, small preview Pic
    – Preview Image: Set the image size automatically based of the column width

    Is there a way to make images not clickable, based on any image size?

    Many thanks
    Darran

    #421109

    Hi darranreadman!

    Please add following code to Quick CSS

    .template-blog .blog-meta,.big-preview.single-small { pointer-events: none; }

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

    Best regards,
    Yigit

    #421123
    This reply has been marked as private.
    #421128

    Hey!

    Please add following code as well

    a.slide-image,.big-preview.single-big { pointer-events: none; }

    Make sure to disable CSS minifying feature. Code is currently not being applied

    Regards,
    Yigit

    #421153
    This reply has been marked as private.
    #421160

    Hey!

    You can edit those images that you have inserted and choose not to link them anywhere – http://i.imgur.com/Z5xG0bK.png

    Best regards,
    Yigit

    #421190

    Ah. Yes :) Very true.

    Many thanks for your help Yigit.

    Darran

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to make ALL Images not clickable’ is closed to new replies.