Make images unclickable

Discussion in 'ColorWay WordPress Theme' started by agaricus, Nov 28, 2012.

Thread Status:
Not open for further replies.
  1. agaricus

    agaricus New Member

    Joined:
    Jul 13, 2012
    Messages:
    29
    Likes Received:
    0
    I would like to make the static images on my site un-clickable. That is, if the image isn't linked then I would like to make them not load the image when they are clicked. For example the images on this page: http://www.agaricus.co.za/engines/

    As you can see it loads the image when clicked. Is there a way to prevent this?



     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS



    Code:
    img {
    pointer-events: none!important;
    }
     
  3. agaricus

    agaricus New Member

    Joined:
    Jul 13, 2012
    Messages:
    29
    Likes Received:
    0
    Worked thanks for the great theme support!
     
Thread Status:
Not open for further replies.

Share This Page