Disable Image Hyperlink

Discussion in 'Appointway WordPress Theme' started by shehzad, Oct 23, 2013.

  1. shehzad

    shehzad Guest

    Joined:
    May 23, 2013
    Messages:
    26
    Likes Received:
    0
    Is it possible to disable the image hyperlink that appears for the services section, so that the user can't click on the images?
     
  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:
    .featurebox .featurebox_desc img {
    pointer-events: none;
    }
     

Share This Page