how to remove link in gallery for the images

Discussion in 'BlackWell-WordPress Business Theme.' started by carlng, Jul 11, 2014.

  1. carlng

    carlng Guest

    Joined:
    Jul 3, 2014
    Messages:
    2
    Likes Received:
    0
    how can I remove the link for the images in the gallery section but still have the magnify glass link?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .portfolio_wrapper ul li img {
    pointer-events: none;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page