How do I stop the mouse link effect

Discussion in 'Dzonia WordPress Theme' started by bigjoen68, Feb 14, 2014.

  1. bigjoen68

    bigjoen68 New Member

    Joined:
    Nov 10, 2013
    Messages:
    7
    Likes Received:
    0
    How do I stop the hyperlink effect when I scroll over images on the homepage featured sections. I already stopped the fading, but the mouse still makes it appear as if the pictures are hyperlinks. Thank you
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .featured_content .column-three .inner_area .featured_img {
    pointer-events: none;}
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. bigjoen68

    bigjoen68 New Member

    Joined:
    Nov 10, 2013
    Messages:
    7
    Likes Received:
    0
    Thanks for the reply, I tried that but it does not seem to work. The pointer still turns to a hand as if there is a hyperlink.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page